fix(self_host/sso): patching the authentik redis cache

This commit is contained in:
Raphael 2025-12-04 00:14:11 +01:00
parent c616d868b5
commit 1c3ce7451b
No known key found for this signature in database

View file

@ -74,7 +74,11 @@ in
AUTHENTIK_REDIS__PORT = 6380;
};
};
redis.servers."authentik".port = lib.mkForce 6380;
redis.servers."authentik" = {
enable = true;
bind = "127.0.0.1";
port = lib.mkForce 6380;
};
postgresql = {
enable = true;
ensureDatabases = [