Use agenix for secrets
This commit is contained in:
parent
e6ad5687d0
commit
11dfa3cc1a
9 changed files with 124 additions and 28 deletions
8
secrets/secrets.nix
Normal file
8
secrets/secrets.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
nettika =
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHopty1QG8P+OfGxQ9CV0BI1IRB/q6yITzMZaZ6Zspid";
|
||||
in {
|
||||
"restic-env.age".publicKeys = [ nettika ];
|
||||
"restic-password.age".publicKeys = [ nettika ];
|
||||
"zerotier-networks.age".publicKeys = [ nettika ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue