btrfs zstd:8

This commit is contained in:
2023-08-20 18:34:03 +08:00
parent df2a5982eb
commit 437fda515e

View File

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