services/glauth: typo fixes

This commit is contained in:
kat witch 2021-09-04 23:05:09 +01:00
parent 97b48b9701
commit 74cc1b074b
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 10 additions and 9 deletions

View file

@ -36,7 +36,7 @@
};
kw.secrets.variables = mapListToAttrs (field:
nameValuePair = "glauth-${field}" {
nameValuePair "glauth-${field}" {
path = "services/glauth";
inherit field;
}) ["password-hash" "postgres"];
@ -48,9 +48,9 @@
group = "glauth";
};
glauth-config-file = {
text = services.glauth.outTOML;
text = config.services.glauth.outTOML;
owner = "glauth";
group = "glauth";
};
};
};
}