mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 02:57:44 +00:00
Sanify agenix situation
This commit is contained in:
parent
a6b9665856
commit
f145bdaa4a
37 changed files with 134 additions and 116 deletions
18
secrets.nix
Normal file
18
secrets.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
let
|
||||
keys = import ./keys.nix;
|
||||
in with builtins.mapAttrs (_: value: [ value ]) keys; {
|
||||
"hosts/enka/password.orhan.age".publicKeys = enka;
|
||||
"hosts/enka/password.said.age".publicKeys = enka;
|
||||
|
||||
"hosts/cube/acme/password.age".publicKeys = cube;
|
||||
"hosts/cube/forjego/password.mail.age".publicKeys = cube;
|
||||
"hosts/cube/forjego/password.runner.age".publicKeys = cube;
|
||||
"hosts/cube/grafana/password.age".publicKeys = cube;
|
||||
"hosts/cube/grafana/password.mail.age".publicKeys = cube;
|
||||
"hosts/cube/mail/password.age".publicKeys = cube;
|
||||
"hosts/cube/matrix-synapse/password.secret.age".publicKeys = cube;
|
||||
"hosts/cube/matrix-synapse/password.sync.age".publicKeys = cube;
|
||||
"hosts/cube/nextcloud/password.age".publicKeys = cube;
|
||||
"hosts/cube/password.rgb.age".publicKeys = cube;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue