From 83f622dc9e309e8052c73af662443da5de6dc4ef Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 23 Nov 2025 07:51:28 -0800 Subject: configure miniflux and integrate with authelia --- secrets/secrets.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'secrets/secrets.nix') 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 -- cgit v1.2.3