summaryrefslogtreecommitdiff
path: root/hel/hw.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-11-23 14:29:10 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-11-23 14:29:10 +0100
commitf443be7a7dd519d7e363a931eb8936a11537c475 (patch)
treef8595cdbc6431a54a704d753a7ecc553679f75f1 /hel/hw.nix
parentf6d4fd99f2b7dd3f31ed0776d5be99232bf2ac65 (diff)
downloadnixos-f443be7a7dd519d7e363a931eb8936a11537c475.tar
nixos-f443be7a7dd519d7e363a931eb8936a11537c475.tar.gz
nixos-f443be7a7dd519d7e363a931eb8936a11537c475.tar.bz2
nixos-f443be7a7dd519d7e363a931eb8936a11537c475.tar.xz
nixos-f443be7a7dd519d7e363a931eb8936a11537c475.zip
spacing
Diffstat (limited to 'hel/hw.nix')
-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" =