Update modules/server/containers/apps/authentik.nix

This commit is contained in:
2026-05-12 17:43:55 +02:00
parent 5f04ef7ae5
commit a59cbd13a3

View File

@@ -10,6 +10,8 @@ let
};
};
in {
sops = true;
db = true;
paths = [{
path="${serverCfg.configPath}/authentik/media";
owner = "1000:1000";
@@ -25,7 +27,6 @@ in {
subdomain = containerCfg.subdomain;
image = "ghcr.io/goauthentik/server:${version}";
port = 9000;
ip = containerCfg.ip;
secret = name;
extraEnv = {
"AUTHENTIK_REDIS__HOST" = builder.host;