From 986924876902de0a481469c0d95ee202ab781d59 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 4 Feb 2018 03:39:15 +0100 Subject: machines/aszlig: Use zstd compression for btrfs I've been using this for a while and got better results than zlib and lzo, so let's actually use this for all my machines. Signed-off-by: aszlig --- machines/aszlig/managed/tyree.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/aszlig/managed/tyree.nix') diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix index 3cc336d8..9d9ca3e2 100644 --- a/machines/aszlig/managed/tyree.nix +++ b/machines/aszlig/managed/tyree.nix @@ -14,7 +14,7 @@ fileSystems."/".label = "tyree-root"; fileSystems."/".fsType = "btrfs"; fileSystems."/".options = [ - "compress=lzo" + "compress=zstd" "discard" "noatime" "space_cache" -- cgit 1.4.1