use very high compression

This commit is contained in:
陈浩南 2023-06-17 01:18:43 +08:00
parent c056153b33
commit 359f6cfe26

View File

@ -13,7 +13,7 @@
{
device = "/dev/mapper/root";
fsType = "btrfs";
options = [ "subvol=@nix" "compress-force=zstd:3" ];
options = [ "subvol=@nix" "compress-force=zstd:15" ];
};
"/boot" =
{