From 1c3ce7451b7cbfb4bd86e8dec80e2886eba13670 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 4 Dec 2025 00:14:11 +0100 Subject: [PATCH] fix(self_host/sso): patching the authentik redis cache --- services/self_host/sso.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/services/self_host/sso.nix b/services/self_host/sso.nix index bac96d5..5b80b9b 100644 --- a/services/self_host/sso.nix +++ b/services/self_host/sso.nix @@ -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 = [