mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 00:49:42 +08:00
btrfs use more compression thread
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{
|
||||
device = "/dev/mapper/root";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=nix" "compress-force=zstd:15" ];
|
||||
options = [ "subvol=nix" "compress-force=zstd:15" "thread_pool=16"];
|
||||
};
|
||||
"/boot" =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user