From 4c0c704f91057d518cc8da9b5ffc980d8bdbec76 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 2 Sep 2023 10:26:15 -0700 Subject: [PATCH] Ahh, it's zstd that's failing --- nextcloud-container.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nextcloud-container.nix b/nextcloud-container.nix index 3d9f75d..68513cd 100644 --- a/nextcloud-container.nix +++ b/nextcloud-container.nix @@ -148,7 +148,6 @@ in { nscd.enable = false; nginx = { enable = true; - recommendedZstdSettings = true; recommendedOptimisation = true; recommendedGzipSettings = true; recommendedProxySettings = true;