diff --git a/profiles/nextcloud.nix b/profiles/nextcloud.nix index ba3b555..c4f4cdf 100644 --- a/profiles/nextcloud.nix +++ b/profiles/nextcloud.nix @@ -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