Update default.nix

This commit is contained in:
Thilo Hohlt
2023-08-04 23:20:46 +02:00
committed by GitHub
parent d9181dfbbd
commit 5b2ce9e67b

View File

@@ -57,7 +57,7 @@
database.createLocally = true; database.createLocally = true;
config = { config = {
dbtype = "pgsql"; dbtype = "pgsql";
adminpassFile = "/root/nextcloud-database-password"; adminpassFile = "/var/run/nextcloud-adminpass.txt";
}; };
}; };
}; };