From f6d4fd99f2b7dd3f31ed0776d5be99232bf2ac65 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 23 Nov 2017 13:17:48 +0100 Subject: Use TRIM on hel --- hel/hw.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hel') diff --git a/hel/hw.nix b/hel/hw.nix index 064083ba..f8b0f963 100644 --- a/hel/hw.nix +++ b/hel/hw.nix @@ -12,7 +12,7 @@ fileSystems."/" = { device = "/dev/hel/btrfs"; fsType = "btrfs"; - options = [ "compress" "defaults" ]; + options = [ "compress=lzo" "discard""defaults" ]; }; fileSystems."/boot" = -- cgit v1.2.3