Update default.nix

This commit is contained in:
Thilo Hohlt
2023-08-04 23:33:36 +02:00
committed by GitHub
parent 5b2ce9e67b
commit a2653203f7

View File

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