aboutsummaryrefslogtreecommitdiff
path: root/secrets/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'secrets/secrets.nix')
-rw-r--r--secrets/secrets.nix19
1 files changed, 19 insertions, 0 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix
index 4820af3..5d5dac2 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -35,6 +35,25 @@ in
hosts.mba
];
+ # generated with:
+ # openssl rand 64 | openssl base64 -A | tr '+/' '-_' | tr -d '='
+ "authelia-storage-key.age".publicKeys = [
+ users.fcuny
+ hosts.rivendell
+ ];
+
+ # generated with:
+ # openssl rand 64 | openssl base64 -A | tr '+/' '-_' | tr -d '='
+ "authelia-jwt-key.age".publicKeys = [
+ users.fcuny
+ hosts.rivendell
+ ];
+
+ "authelia-users.yaml.age".publicKeys = [
+ users.fcuny
+ hosts.rivendell
+ ];
+
"vm-synology/wireguard.age".publicKeys = [
users.fcuny
hosts.vm-synology