switch to zstd:3

This commit is contained in:
陈浩南 2023-06-24 13:30:29 +08:00
parent 72c2d2e85d
commit 1ef0e6d89f

View File

@ -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" =
{