Update default.nix

This commit is contained in:
Thilo Hohlt
2023-08-07 11:39:50 +02:00
committed by GitHub
parent 947229def6
commit dce5687fe6

View File

@@ -63,6 +63,7 @@
configureRedis = true; configureRedis = true;
config = { config = {
dbtype = "pgsql"; dbtype = "pgsql";
adminuser = "thiloho";
adminpassFile = "/var/run/nextcloud-pass.txt"; adminpassFile = "/var/run/nextcloud-pass.txt";
defaultPhoneRegion = "DE"; defaultPhoneRegion = "DE";
}; };