From d3b7481188b0d00f5d616aae034b4cf16ca2e48f Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 21 May 2024 09:24:01 +0200 Subject: [PATCH] fix(atticd): Don't chunk NARs as garage does it automatically --- machines/storage01/atticd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/storage01/atticd.nix b/machines/storage01/atticd.nix index 9a13732..afc9c52 100644 --- a/machines/storage01/atticd.nix +++ b/machines/storage01/atticd.nix @@ -21,7 +21,7 @@ in # # If 0, chunking is disabled entirely for newly-uploaded NARs. # If 1, all NARs are chunked. - nar-size-threshold = 64 * 1024; # 64 KiB + nar-size-threshold = 0; # 64 KiB # The preferred minimum size of a chunk, in bytes min-size = 16 * 1024; # 16 KiB