wger: typo

This commit is contained in:
eyjhb 2025-02-17 17:09:28 +01:00
parent 971969d894
commit 02ab47fad5
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -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;
});