about summary refs log tree commit diff
path: root/machines/aszlig/managed/brawndo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/aszlig/managed/brawndo.nix')
-rw-r--r--machines/aszlig/managed/brawndo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/managed/brawndo.nix b/machines/aszlig/managed/brawndo.nix
index ea6d26ce..b451f7fb 100644
--- a/machines/aszlig/managed/brawndo.nix
+++ b/machines/aszlig/managed/brawndo.nix
@@ -18,7 +18,7 @@ in {
   fileSystems."/" = {
     device = "/dev/disk/by-uuid/${rootUUID}";
     fsType = "btrfs";
-    options = [ "compress=zlib" "space_cache" "noatime" ];
+    options = [ "compress=zstd" "space_cache" "noatime" ];
   };
 
   fileSystems."/boot" = {