diff --git a/machines/gerd/services/wger/default.nix b/machines/gerd/services/wger/default.nix index b1285f2..8187ba9 100644 --- a/machines/gerd/services/wger/default.nix +++ b/machines/gerd/services/wger/default.nix @@ -62,7 +62,7 @@ in { locations."/api".proxyPass = "http://localhost:${builtins.toString port}"; }; - # setup lldap user for authelia that can send emails + # setup lldap user for wger that can send emails services.lldap.provision.users = config.mine.shared.lib.ldap.mkScope (lconfig: llib: { wger = llib.mkProvisionUserSystem "wger" config.age.secrets.wger-ldap-pass.path; });