From ed1268a6735d4339aad02fd560dd944167dcda3d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 3 Jan 2026 11:32:50 -0800 Subject: move secrets to the hosts instead of profiles --- profiles/authelia.nix | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'profiles/authelia.nix') diff --git a/profiles/authelia.nix b/profiles/authelia.nix index b5d2c94..4a80591 100644 --- a/profiles/authelia.nix +++ b/profiles/authelia.nix @@ -1,24 +1,5 @@ { config, ... }: { - age.secrets = { - authelia-storage-key = { - file = ../secrets/authelia-storage-key.age; - owner = "authelia-main"; - }; - authelia-jwt-key = { - file = ../secrets/authelia-jwt-key.age; - owner = "authelia-main"; - }; - authelia-users = { - file = ../secrets/authelia-users.yaml.age; - owner = "authelia-main"; - }; - authelia-jwks = { - file = ../secrets/authelia-jwks.age; - owner = "authelia-main"; - }; - }; - services.authelia.instances.main = { enable = true; secrets.jwtSecretFile = config.age.secrets."authelia-jwt-key".path; -- cgit v1.2.3