glauth: Further work

This commit is contained in:
kat witch 2021-09-04 23:38:04 +01:00
parent 5920dc9595
commit 199be9a7db
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 9 additions and 6 deletions

View file

@ -4,6 +4,7 @@
configFile = config.secrets.files.glauth-config-file.path;
database = {
enable = true;
local = true;
type = "postgres";
passwordFile = config.secrets.files.glauth-postgres-file.path;
};