From 82fd494eca5df9b776c775de63eb50cafe646a17 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 21 Apr 2018 00:44:17 +0200 Subject: machines/tishtushi: Remove discard option in /nix We no longer write directly to the physical block device, so let's not try to TRIM a mapper device. Signed-off-by: aszlig --- machines/aszlig/tishtushi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/aszlig/tishtushi.nix') diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix index 7c944df6..c539249f 100644 --- a/machines/aszlig/tishtushi.nix +++ b/machines/aszlig/tishtushi.nix @@ -56,7 +56,7 @@ fileSystems."/nix" = { device = "/dev/mapper/tishtushi-nix"; fsType = "btrfs"; - options = [ "ssd" "discard" "compress=zstd" "noatime" ]; + options = [ "ssd" "compress=zstd" "noatime" ]; }; swapDevices = lib.singleton { -- cgit 1.4.1