about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-11-09 12:17:16 +0000
committerdevhell <devhell@mailfresser.de>2017-11-09 12:17:46 +0000
commit04c4383458d6554f5284f834bd8eddb6f303e61e (patch)
treef04fad5676984158803a3f36444f2b5c3a2ac212 /machines
parent2fbe1be084eff36d53bcbe0b51c3c8e2d45dee3d (diff)
machines/titan: Add some sensible btrfs options
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/titan.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index dd86ff8d..1ee55cd1 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -33,6 +33,11 @@
   fileSystems."/" = {
     device = "/dev/disk/by-uuid/3099f245-51cf-4ca8-b89c-269dbc0ad730";
     fsType = "btrfs";
+    options = [
+      "space_cache"
+      "compress=lzo"
+      "noatime"
+    ];
   };
 
   fileSystems."/boot" = {