Update default.nix

This commit is contained in:
Thilo Hohlt
2023-08-04 23:09:36 +02:00
committed by GitHub
parent c44711c5f2
commit 638068e133

View File

@@ -56,7 +56,7 @@
hostName = "cloud.thilohohlt.com"; hostName = "cloud.thilohohlt.com";
database.createLocally = true; database.createLocally = true;
config = { config = {
dbType = "pgsql"; dbtype = "pgsql";
adminpassFile = "/root/nextcloud-database-password.txt"; adminpassFile = "/root/nextcloud-database-password.txt";
}; };
}; };