diff --git a/hosts/glotzbert/hardware-configuration.nix b/hosts/glotzbert/hardware-configuration.nix index 36ef9b1e..700acaed 100644 --- a/hosts/glotzbert/hardware-configuration.nix +++ b/hosts/glotzbert/hardware-configuration.nix @@ -14,6 +14,7 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/3a8ddd25-0c5d-4fec-b957-bdcea1c52db4"; fsType = "ext4"; + options = [ "relatime" "discard" ]; }; fileSystems."/boot" = {