From 72a3bfd94fd0dd0983d55e25fd831864e0194f12 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 6 Jul 2026 17:26:02 +0200 Subject: Disable nix-optimise on Fourmi due to extreme load Signed-off-by: Mel --- machines/fourmi/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/fourmi/default.nix b/machines/fourmi/default.nix index e942b3d..a853695 100644 --- a/machines/fourmi/default.nix +++ b/machines/fourmi/default.nix @@ -27,6 +27,11 @@ virtualisation.docker.enable = lib.mkForce false; + # this eats io wait time for breakfast, shooting load up to 20 + # on every restart after a downtime, blocking all cpu activity for hours. + # the fourmi sd card is simply not a good target for it, not worth it. + nix.optimise.automatic = lib.mkForce false; + # extra packages for dealing with the device # hardware. environment.systemPackages = with pkgs; [ -- cgit 1.4.1