nextcloud: updated configuration names
This commit is contained in:
parent
5eb8607fe0
commit
9cbce61887
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue