about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/eris.nix3
-rw-r--r--machines/devhell/titan.nix2
2 files changed, 2 insertions, 3 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index 37eb1c1d..12ada023 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -41,9 +41,8 @@
     options = [
       "autodefrag"
       "space_cache"
-      "compress=lzo"
+      "compress=zstd"
       "noatime"
-      "ssd"
     ];
   };
 
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 28514cd0..91c6d43b 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -35,7 +35,7 @@
     fsType = "btrfs";
     options = [
       "space_cache"
-      "compress=lzo"
+      "compress=zstd"
       "noatime"
       "autodefrag"
     ];