Yep, need to specify full URL.
This commit is contained in:
parent
80ef83fdc7
commit
e917a10cc0
|
@ -189,9 +189,9 @@ in {
|
||||||
parisLdapEnv = {
|
parisLdapEnv = {
|
||||||
source-file = pkgs.writeText "paris-ldap-proxy.env"
|
source-file = pkgs.writeText "paris-ldap-proxy.env"
|
||||||
(concatStringsSep "\n" [
|
(concatStringsSep "\n" [
|
||||||
"AUTHENTIK_HOST=${cfg.ldap.authentik-host}"
|
"AUTHENTIK_HOST=https://${cfg.ldap.authentik-host}"
|
||||||
"AUTHENTIK_TOKEN=${readFile cfg.ldap.outpost-token-file}"
|
"AUTHENTIK_TOKEN=${readFile cfg.ldap.outpost-token-file}"
|
||||||
"AUTHENTIK_INSECURE=false"
|
"AUTHENTIK_INSECURE=0"
|
||||||
]);
|
]);
|
||||||
target-file = "/run/paris/ldap.env";
|
target-file = "/run/paris/ldap.env";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue