From 359f6cfe26e21a39fbb169085ce64bdfe92c07cc Mon Sep 17 00:00:00 2001 From: chn Date: Sat, 17 Jun 2023 01:18:43 +0800 Subject: [PATCH] use very high compression --- 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 8ee73b4d..e1479855 100644 --- a/modules/filesystem/chn-PC.nix +++ b/modules/filesystem/chn-PC.nix @@ -13,7 +13,7 @@ { device = "/dev/mapper/root"; fsType = "btrfs"; - options = [ "subvol=@nix" "compress-force=zstd:3" ]; + options = [ "subvol=@nix" "compress-force=zstd:15" ]; }; "/boot" = {