diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-23 07:51:28 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-23 07:51:28 -0800 |
| commit | 83f622dc9e309e8052c73af662443da5de6dc4ef (patch) | |
| tree | f29fd9ede7d46ae16d1c94fe4262cf031e0aa373 /secrets/secrets.nix | |
| parent | adding webfinger support (diff) | |
| download | infra-83f622dc9e309e8052c73af662443da5de6dc4ef.tar.gz | |
configure miniflux and integrate with authelia
Diffstat (limited to 'secrets/secrets.nix')
| -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 |
