mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 00:49:42 +08:00
use very high compression
This commit is contained in:
@@ -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" =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user