From ee47884eb3d1e9d8fdc6a310abdd8e86089e22ee Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Mon, 26 Aug 2024 00:24:56 +0000 Subject: [PATCH] nixos.x13yz: disable mounting with discard --- nix/nixos/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nix/nixos/default.nix b/nix/nixos/default.nix index e3e46d6..6fc9fd3 100644 --- a/nix/nixos/default.nix +++ b/nix/nixos/default.nix @@ -57,10 +57,7 @@ in fileSystems."/" = { device = "/dev/disk/by-uuid/c93557db-e7c5-46ef-9cd8-87eb7c5753dc"; fsType = "ext4"; - options = [ - "relatime" - "discard" - ]; + options = [ "relatime" ]; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/5F9A-9A2D";