mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
services/glauth: typo fixes
This commit is contained in:
parent
97b48b9701
commit
74cc1b074b
3 changed files with 10 additions and 9 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue