diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index cda5c04..7caa1c3 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -10,13 +10,13 @@ services.nextcloud = { enable = true; hostName = "sprechtl.ddns.net"; - https = true; + https = false; configureRedis = true; caching.redis = true; autoUpdateApps.enable = true; package = pkgs.nextcloud31; settings = let - prot = "https"; # or https + prot = "http"; # or https host = config.services.nextcloud.hostName; dir = "/nextcloud"; in {