diff --git a/modules/filesystem/chn-PC.nix b/modules/filesystem/chn-PC.nix index 87dd6929..c3b2dd97 100644 --- a/modules/filesystem/chn-PC.nix +++ b/modules/filesystem/chn-PC.nix @@ -15,7 +15,7 @@ { device = "/dev/mapper/root"; fsType = "btrfs"; - options = [ "subvol=nix" "compress-force=zstd:15" ]; + options = [ "subvol=nix" "compress-force=zstd:3" ]; }; "/boot" = {