diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-03 11:32:50 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-03 11:32:50 -0800 |
| commit | ed1268a6735d4339aad02fd560dd944167dcda3d (patch) | |
| tree | e2a9836d0fb8206298cbdcdaac0d8763eae7b2fd /profiles/authelia.nix | |
| parent | delete ollama (diff) | |
| download | infra-ed1268a6735d4339aad02fd560dd944167dcda3d.tar.gz | |
move secrets to the hosts instead of profiles
Diffstat (limited to 'profiles/authelia.nix')
| -rw-r--r-- | profiles/authelia.nix | 19 |
1 files changed, 0 insertions, 19 deletions
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; |
