From 891c8a1f8d9778030ee3793f3e06a6287e184e41 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Tue, 17 Dec 2024 11:37:38 +0100 Subject: [PATCH] Disable attic compression --- modules/atticd/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/atticd/default.nix b/modules/atticd/default.nix index 507ba59..23d3aa8 100644 --- a/modules/atticd/default.nix +++ b/modules/atticd/default.nix @@ -16,10 +16,7 @@ path = "/mnt/hd/atticd"; }; - compression = { - level = 8; - type = "zstd"; - }; + compression.type = "none"; chunking = { nar-size-threshold = 64 * 1024; # 64 KiB