summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel/hw.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel/hw.nix b/hel/hw.nix
index b540ab77..064083ba 100644
--- a/hel/hw.nix
+++ b/hel/hw.nix
@@ -12,6 +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 }; 16 };
16 17
17 fileSystems."/boot" = 18 fileSystems."/boot" =