From 3a6efe47754be002a7ed9fb755d3cd792681966b Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 9 Dec 2025 15:38:03 +0100 Subject: [PATCH] fix: remove nextcloud option for headers --- hosts/hitsugibune/nextcloud.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 31bcc32..3c3b1d8 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -23,7 +23,6 @@ enable = true; hostName = "nextcloud.sprechtl.me"; https = true; - nginx.recommendedHttpHeaders = true; configureRedis = true; caching.redis = true; extraAppsEnable = true;