update: 2025.8.4 -> 2025.10.1

See https://version-2025-10.goauthentik.io/releases/2025.10/
This commit is contained in:
Maximilian Bosch 2025-10-28 12:55:51 +01:00
parent 3082a94074
commit 62cb06d2ef
No known key found for this signature in database
7 changed files with 8 additions and 15 deletions

View file

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