From 5b52fa03ce9c010fb7d6231f03733e527cf01b8a Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 6 Jan 2025 00:23:00 -0500 Subject: [PATCH] attic: disable chunking --- hosts/chunk/attic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chunk/attic.nix b/hosts/chunk/attic.nix index 685d3bd..e731c01 100644 --- a/hosts/chunk/attic.nix +++ b/hosts/chunk/attic.nix @@ -23,7 +23,7 @@ }; chunking = { - nar-size-threshold = 128 * 1024 * 1024; + nar-size-threshold = 0; # disables chunking min-size = 64 * 1024 * 1024; avg-size = 128 * 1024 * 1024; max-size = 256 * 1024 * 1024;