Update default.nix

This commit is contained in:
Thilo Hohlt
2023-08-04 23:11:31 +02:00
committed by GitHub
parent 638068e133
commit d9181dfbbd

View File

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