fixed typo

This commit is contained in:
mc-fucker 2025-06-05 10:50:49 +02:00
parent 0f33e4c58a
commit d583bcb52a

View file

@ -5,7 +5,7 @@ let
domain = cfg.authentik.domain;
redis = "6379";
port = cfg.authentik.port;
version = conf.authentik.version;
version = cfg.authentik.version;
authentikEnvironment = {
TZ = "Europe/Berlin";
AUTHENTIK_REDIS__HOST = cfg.podman.hostIP;