From 867970d9c576f08d38b54d03c3826951e86aef42 Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 20 Jun 2023 16:21:55 +0800 Subject: [PATCH] btrfs use more compression thread --- modules/filesystem/chn-PC.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/filesystem/chn-PC.nix b/modules/filesystem/chn-PC.nix index f46fbf01..4daf7fd8 100644 --- a/modules/filesystem/chn-PC.nix +++ b/modules/filesystem/chn-PC.nix @@ -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" = {