From dfbd20829fc04d82048801d765e765f0c612087e Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 30 Jun 2025 18:35:45 +0200 Subject: [PATCH] feat: ssl for nextcloud --- hosts/hitsugibune/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;