summaryrefslogtreecommitdiff
path: root/hel
diff options
context:
space:
mode:
Diffstat (limited to 'hel')
-rw-r--r--hel/hw.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel/hw.nix b/hel/hw.nix
index f8b0f963..33ff8555 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=lzo" "discard""defaults" ]; 15 options = [ "compress=lzo" "discard" "defaults" ];
16 }; 16 };
17 17
18 fileSystems."/boot" = 18 fileSystems."/boot" =