From 865c12cacc60ab5c92758ac1ed497d10e9847ada Mon Sep 17 00:00:00 2001 From: soraefir Date: Wed, 6 May 2026 02:26:06 +0200 Subject: [PATCH] update --- modules/server/containers/defs/authentik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/containers/defs/authentik.nix b/modules/server/containers/defs/authentik.nix index 4895886..ae5d7c9 100644 --- a/modules/server/containers/defs/authentik.nix +++ b/modules/server/containers/defs/authentik.nix @@ -55,7 +55,7 @@ in { "/var/run/docker.sock:/var/run/docker.sock" ]; environmentFiles = [ - config.sops.secrets."authentik_db_env".path + config.sops.secrets."authentik_pass".path ]; environment = { "AUTHENTIK_POSTGRESQL__HOST" = "host.internal";