From 7bd5ceacd97b9c8c833ae3b594c4be125f623c05 Mon Sep 17 00:00:00 2001 From: soraefir Date: Wed, 13 May 2026 22:33:28 +0200 Subject: [PATCH] fix name --- modules/server/containers/apps/authentik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/containers/apps/authentik.nix b/modules/server/containers/apps/authentik.nix index 4b4b876..760128c 100644 --- a/modules/server/containers/apps/authentik.nix +++ b/modules/server/containers/apps/authentik.nix @@ -57,7 +57,7 @@ in { worker = builder.mkContainer { image = "ghcr.io/goauthentik/server:${version}"; - secret = "authentik"; + secret = name; extraEnv = { AUTHENTIK_REDIS__HOST = builder.host; AUTHENTIK_POSTGRESQL__HOST = builder.host;