diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-22 11:03:49 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-22 11:03:49 -0800 |
| commit | 46a2f1f852cc4fe8d5c86757de4029d87ccb03af (patch) | |
| tree | 3124a05e344b56ded5211a57baba7192548925e3 /secrets/secrets.nix | |
| parent | delete do-rproxy (diff) | |
| download | infra-46a2f1f852cc4fe8d5c86757de4029d87ccb03af.tar.gz | |
initial setup for authelia
Diffstat (limited to 'secrets/secrets.nix')
| -rw-r--r-- | secrets/secrets.nix | 19 |
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 |
