From 52187c037fe8c12e98771e49bafa74dbf0b372d1 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 1 Jul 2025 11:51:06 +0200 Subject: [PATCH] feat: adjustments --- hosts/hitsugibune/nextcloud.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 90c9e64..c3ad0e1 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -21,10 +21,10 @@ nginx.recommendedHttpHeaders = true; configureRedis = true; caching.redis = true; - extraApps = { - inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks encryption; - }; extraAppsEnable = true; + extraApps = { + inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend; + }; autoUpdateApps.enable = true; package = pkgs.nextcloud31; config = { @@ -46,10 +46,6 @@ services.nginx = { enable = true; - recommendedGzipSettings = true; - recommendedOptimisation = true; - recommendedProxySettings = true; - recommendedTlsSettings = true; virtualHosts.${config.services.nextcloud.hostName} = { forceSSL = true; enableACME = true;