aboutsummaryrefslogtreecommitdiff
path: root/profiles/authelia.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-03 11:32:50 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-03 11:32:50 -0800
commited1268a6735d4339aad02fd560dd944167dcda3d (patch)
treee2a9836d0fb8206298cbdcdaac0d8763eae7b2fd /profiles/authelia.nix
parentdelete ollama (diff)
downloadinfra-ed1268a6735d4339aad02fd560dd944167dcda3d.tar.gz
move secrets to the hosts instead of profiles
Diffstat (limited to 'profiles/authelia.nix')
-rw-r--r--profiles/authelia.nix19
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;