Merge pull request #78 from Ma27/authentik-2025.10

update: 2025.8.4 -> 2025.10.0
This commit is contained in:
Maximilian Bosch 2025-11-04 11:44:08 +01:00 committed by GitHub
commit bbd5f56c4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 19 deletions

View file

@ -318,10 +318,6 @@ in
};
media.enable_upload = mkDefault true;
};
redis.servers.authentik = {
enable = true;
port = 6379;
};
postgresql = mkIf cfg.createDatabase {
enable = true;
ensureDatabases = [ "authentik" ];
@ -417,7 +413,6 @@ in
];
after = [
"network-online.target"
"redis-authentik.service"
]
++ (lib.optionals cfg.createDatabase [ "postgresql.service" ]);
restartTriggers = [ config.environment.etc."authentik/config.yml".source ];