diff --git a/modules/filesystem/chn-PC.nix b/modules/filesystem/chn-PC.nix index c3b2dd97..48e79b82 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:3" ]; + options = [ "subvol=nix" "compress-force=zstd:8" ]; }; "/boot" = {