Update default.nix

This commit is contained in:
Thilo Hohlt
2023-08-08 13:59:21 +02:00
committed by GitHub
parent 99c27e0b6b
commit d7cd5f0e32

View File

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