This commit is contained in:
Sakooooo 2023-10-05 13:55:36 +04:00
parent 2724b0ebef
commit 80f7e5c26e
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 12 additions and 2 deletions

8
.sops.yaml Normal file
View 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
View file

View 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 = {