try higher compress level

This commit is contained in:
陈浩南 2023-07-31 15:54:02 +08:00
parent 73ef07def9
commit 5b463a5a36

View File

@ -66,7 +66,7 @@ inputs:
{
device = device.name;
fsType = "btrfs";
options = [ "compress-force=zstd:8" "subvol=${subvol.name}" ];
options = [ "compress-force=zstd:15" "subvol=${subvol.name}" ];
};
}
)