nextcloud: updated configuration names

This commit is contained in:
Serĉanto de Scio 2024-06-03 20:31:24 +10:00
parent 5eb8607fe0
commit 9cbce61887
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -20,8 +20,6 @@
dbpassFile = "/run/keys/nextcloud-dbpass"; # Where to find the database password
adminpassFile = "/run/keys/nextcloud-admin"; # Where to find the admin password
adminuser = "root"; # Set the admin user name
overwriteProtocol = "https"; # Force Nextcloud to always use HTTPS
defaultPhoneRegion = "AU"; # Country code for automatic phone-number detection
};
autoUpdateApps = {
enable = true; # Run regular auto update of all apps installed
@ -33,6 +31,10 @@
};
extraAppsEnable = true;
appstoreEnable = true;
settings = {
default_phone_region = "AU"; # Country code for automatic phone-number detection
overwriteprotocol = "https"; # Force Nextcloud to always use HTTPS
};
};
systemd = {