diff options
Diffstat (limited to '')
| -rw-r--r-- | secrets/secrets.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 5d5dac2..2639a8c 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -35,6 +35,11 @@ in hosts.mba ]; + "miniflux-oidc.age".publicKeys = [ + users.fcuny + hosts.rivendell + ]; + # generated with: # openssl rand 64 | openssl base64 -A | tr '+/' '-_' | tr -d '=' "authelia-storage-key.age".publicKeys = [ @@ -49,6 +54,13 @@ in hosts.rivendell ]; + # generated with: + # authelia crypto pair rsa generate + "authelia-jwks.age".publicKeys = [ + users.fcuny + hosts.rivendell + ]; + "authelia-users.yaml.age".publicKeys = [ users.fcuny hosts.rivendell |
