summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel/hw.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel/hw.nix b/hel/hw.nix
index 064083ba..f8b0f963 100644
--- a/hel/hw.nix
+++ b/hel/hw.nix
@@ -12,7 +12,7 @@
12 fileSystems."/" = 12 fileSystems."/" =
13 { device = "/dev/hel/btrfs"; 13 { device = "/dev/hel/btrfs";
14 fsType = "btrfs"; 14 fsType = "btrfs";
15 options = [ "compress" "defaults" ]; 15 options = [ "compress=lzo" "discard""defaults" ];
16 }; 16 };
17 17
18 fileSystems."/boot" = 18 fileSystems."/boot" =