btrfs lower thread to compress

This commit is contained in:
陈浩南 2023-06-21 12:46:42 +08:00
parent 199036b90c
commit 2e3ca82d70

View File

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