1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 02:57:44 +00:00

Sanify agenix situation

This commit is contained in:
RGBCube 2024-03-27 09:37:43 +03:00
parent a6b9665856
commit f145bdaa4a
No known key found for this signature in database
37 changed files with 134 additions and 116 deletions

18
secrets.nix Normal file
View 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;
}