From 7b2e60398d8ecc81991917566952eacb77935280 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 2 Jun 2022 02:33:37 +0200 Subject: [PATCH] hydra: mount / with -o discard --- hosts/hydra/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hydra/hardware-configuration.nix b/hosts/hydra/hardware-configuration.nix index c2cb7122..51876ce3 100644 --- a/hosts/hydra/hardware-configuration.nix +++ b/hosts/hydra/hardware-configuration.nix @@ -25,6 +25,7 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/6259dd9a-582b-41bc-aced-8aff8ed9ff32"; fsType = "ext4"; + options = [ "relatime" "discard" ]; }; fileSystems."/boot" =