diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 54dac2b..d311fb3 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -10,7 +10,7 @@ services.nextcloud = { enable = true; hostName = "nextcloud.sprechtl.me"; - https = false; + https = true; configureRedis = true; caching.redis = true; autoUpdateApps.enable = true;