From 230831e6e078751e7d288041f99d85d279464b18 Mon Sep 17 00:00:00 2001 From: reidlab Date: Sat, 11 Jan 2025 20:24:42 -0800 Subject: [PATCH] disk i/o.. UP! --- hosts/goopnet-interface/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/goopnet-interface/hardware.nix b/hosts/goopnet-interface/hardware.nix index 53aadf3..4646fbc 100755 --- a/hosts/goopnet-interface/hardware.nix +++ b/hosts/goopnet-interface/hardware.nix @@ -24,6 +24,7 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/0f09afdc-88e4-4764-818b-77828931278f"; fsType = "ext4"; + options = [ "noatime" "nodiratime" "discard" ]; }; fileSystems."/boot" =