From fcc7b2f9970e488c529b3e3f3179bdf2f43d52d0 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Thu, 29 Jun 2023 22:51:57 +0200 Subject: [PATCH] module: authentik-ldap drop environment variables This should be configured with a proper authentik hostname and a matching certificate that can be validated with the system CA bundle. --- module.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module.nix b/module.nix index d261c14..15e2966 100644 --- a/module.nix +++ b/module.nix @@ -158,10 +158,6 @@ in ]; restartTriggers = [ config.environment.etc."authentik/config.yml".source ]; serviceConfig = { - Environment = [ - "AUTHENTIK_HOST=https://localhost:9443" - "AUTHENTIK_INSECURE=true" - ]; RuntimeDirectory = "authentik-ldap"; UMask = "0027"; WorkingDirectory = "%t/authentik-ldap";