From 63870c365e99e56445e1207878f185211706f6f9 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 28 Jul 2021 12:17:28 +1000 Subject: [PATCH] nextcloud: added defaultPhoneRegion --- profiles/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) 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