Yep, need to specify full URL.

This commit is contained in:
niten 2024-06-05 10:09:53 -07:00
parent 80ef83fdc7
commit e917a10cc0
1 changed files with 2 additions and 2 deletions

View File

@ -189,9 +189,9 @@ in {
parisLdapEnv = {
source-file = pkgs.writeText "paris-ldap-proxy.env"
(concatStringsSep "\n" [
"AUTHENTIK_HOST=${cfg.ldap.authentik-host}"
"AUTHENTIK_HOST=https://${cfg.ldap.authentik-host}"
"AUTHENTIK_TOKEN=${readFile cfg.ldap.outpost-token-file}"
"AUTHENTIK_INSECURE=false"
"AUTHENTIK_INSECURE=0"
]);
target-file = "/run/paris/ldap.env";
};