Fixed option scope

This commit is contained in:
Nickiel12 2023-05-06 11:05:23 -07:00
parent c1722a9365
commit c558c72c4c

View file

@ -13,6 +13,7 @@
autoUpdateApps.enable = true;
database.createLocally = false;
config = {
defaultPhoneRegion = "US";
overwriteProtocol = "https";
@ -28,7 +29,6 @@
dbuser = "nextcloud";
dbhost = "/run/postgresql";
dbname = "nextcloud";
database.createLocally = false;
#dbpassFile = "/Aurora/nextcloud/nextcloud-db-password";
# This doesn't seem to be working, see this documation: