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";
database.createLocally = true;
config = {
dbType = "pgsql";
dbtype = "pgsql";
adminpassFile = "/root/nextcloud-database-password.txt";
};
};