diff options
| author | Mel <mel@rnrd.eu> | 2026-07-06 17:26:02 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-07-06 17:26:02 +0200 |
| commit | 72a3bfd94fd0dd0983d55e25fd831864e0194f12 (patch) | |
| tree | 99c98e5e89a69752949c7010b9a04fa65c76acee /machines/fourmi | |
| parent | 76e0c9de9ec0994928a30c5e281bea60aea3f91f (diff) | |
| download | network-72a3bfd94fd0dd0983d55e25fd831864e0194f12.tar.zst network-72a3bfd94fd0dd0983d55e25fd831864e0194f12.zip | |
Disable nix-optimise on Fourmi due to extreme load
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/fourmi')
| -rw-r--r-- | machines/fourmi/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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; [ |
