about summary refs log tree commit diff
path: root/machines/aszlig/dnyarri.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-02-04 03:39:15 +0100
committeraszlig <aszlig@nix.build>2018-02-04 03:40:36 +0100
commit986924876902de0a481469c0d95ee202ab781d59 (patch)
tree2089e53003d45de2e52dc7b8e11696d267d7f660 /machines/aszlig/dnyarri.nix
parentdc827486365b3e2d47c32ea5b11f7f539fd621b0 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'machines/aszlig/dnyarri.nix')
-rw-r--r--machines/aszlig/dnyarri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index a5e32179..99e18e6f 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -90,7 +90,7 @@ in {
     "/" = {
       label = "dnyarri-root";
       fsType = "btrfs";
-      options = [ "autodefrag" "space_cache" "compress=lzo" "noatime" ];
+      options = [ "autodefrag" "space_cache" "compress=zstd" "noatime" ];
     };
   };