passthru.selfprivacy -> selfprivacy.passthru

This commit is contained in:
Alexander Tomokhov
2025-02-03 00:57:08 +04:00
parent 365e01a4e3
commit ee2e404eb8
9 changed files with 37 additions and 43 deletions

View File

@@ -10,7 +10,7 @@ let
;
hostName = "${cfg.subdomain}.${sp.domain}";
auth-passthru = config.passthru.selfprivacy.auth;
auth-passthru = config.selfprivacy.passthru.auth;
cfg = sp.modules.nextcloud;
is-auth-enabled = cfg.enableSso;
ldap_scheme_and_host = "ldaps://${auth-passthru.ldap-host}";