From 264ab29dae82c7da71dbbbec53f79f580ec240d9 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sun, 12 Oct 2025 22:40:40 +0200 Subject: [PATCH] perf/cpu(E5500): disable `auto-optimise-store` --- nixos/profiles/hardware/E5500.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/profiles/hardware/E5500.nix b/nixos/profiles/hardware/E5500.nix index a3147cc..fe4894d 100644 --- a/nixos/profiles/hardware/E5500.nix +++ b/nixos/profiles/hardware/E5500.nix @@ -46,4 +46,7 @@ with lib; services.upower.enable = true; services.libinput.enable = mkDefault true; + + # Too CPU hungry for this hardware, for too little MiB saved + nix.settings.auto-optimise-store = false; } -- 2.49.0