finally
This commit is contained in:
parent
2724b0ebef
commit
80f7e5c26e
3 changed files with 12 additions and 2 deletions
8
.sops.yaml
Normal file
8
.sops.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
keys:
|
||||||
|
- &host_sakotop age1nhj5fz9cakgd6rrkwpjkndra6fd4rqxgfvcrap5g0anwxgmh4yqspvf22y
|
||||||
|
|
||||||
|
creation_rules:
|
||||||
|
- path_regex: hosts/sakotop/secrets/[^/]+\.(yaml|json|env|ini)$
|
||||||
|
key_groups:
|
||||||
|
- age:
|
||||||
|
- *host_sakotop
|
0
.sops.yaml~
Normal file
0
.sops.yaml~
Normal file
|
@ -18,8 +18,10 @@
|
||||||
url = "github:nix-community/NixOS-WSL";
|
url = "github:nix-community/NixOS-WSL";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
sops-nix = {
|
||||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
url = "github:Mic92/sops-nix";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
Loading…
Reference in a new issue