diff --git a/nixosModules/nextcloud.nix b/nixosModules/nextcloud.nix index 2edc920..7ab0216 100644 --- a/nixosModules/nextcloud.nix +++ b/nixosModules/nextcloud.nix @@ -58,9 +58,12 @@ # }; }; + settings = { + overwrite_protocol = "https"; + default_phone_region = "PT"; + }; + config = { - overwriteProtocol = "https"; - defaultPhoneRegion = "PT"; dbtype = "pgsql"; adminuser = "admin"; adminpassFile = config.sops.secrets.nextcloud-admin-password.path;