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.
This commit is contained in:
WilliButz 2023-06-29 22:51:57 +02:00
parent 62f7cce184
commit fcc7b2f997
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA

View file

@ -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";