summaryrefslogtreecommitdiff
path: root/hel/hw.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-11-23 13:14:29 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-11-23 13:14:29 +0100
commit9bef2785119eca122773ab8e281efb743367b2e4 (patch)
tree4747f6657114018930a76a4d423cd85ff7638ffc /hel/hw.nix
parentbe34e35ef1114b4011bdf3d55bf8bbf858965a08 (diff)
downloadnixos-9bef2785119eca122773ab8e281efb743367b2e4.tar
nixos-9bef2785119eca122773ab8e281efb743367b2e4.tar.gz
nixos-9bef2785119eca122773ab8e281efb743367b2e4.tar.bz2
nixos-9bef2785119eca122773ab8e281efb743367b2e4.tar.xz
nixos-9bef2785119eca122773ab8e281efb743367b2e4.zip
Mount fs with compression on hel
Diffstat (limited to 'hel/hw.nix')
-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" =