nextcloud: added defaultPhoneRegion
This commit is contained in:
parent
dfba62e2a8
commit
63870c365e
|
@ -22,6 +22,7 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue