glauth: Further... again...

This commit is contained in:
kat witch 2021-09-05 04:04:10 +01:00
parent 040173bd94
commit 9d01dca869
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ in
host=${dbcfg.host}
port=${toString dbcfg.port}
dbname=glauth
username=${dbcfg.username}
user=${dbcfg.username}
password=@db-password@
sslmode=${if dbcfg.ssl then "enable" else "disable"}
'') else "database = \"gl.db\"";

View file

@ -59,7 +59,7 @@
secrets.files = {
glauth-postgres-file = {
text = tf.variables.glauth-postgres.ref;
owner = "glauth";
owner = "postgres";
group = "glauth";
};
glauth-config-file = {