From 9bef2785119eca122773ab8e281efb743367b2e4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 23 Nov 2017 13:14:29 +0100 Subject: Mount fs with compression on hel --- hel/hw.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hel') 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 @@ fileSystems."/" = { device = "/dev/hel/btrfs"; fsType = "btrfs"; + options = [ "compress" "defaults" ]; }; fileSystems."/boot" = -- cgit v1.2.3