{ pkgs, lib, config, ... }:
{
hardware.cpu.amd.updateMicrocode = true;
-nix = {
- # Too CPU hungry for the APU2, for too little Mio saved
- autoOptimiseStore = false;
- maxJobs = 4;
-};
+
+# Too CPU hungry for this hardware, for too little Mio saved
+nix.autoOptimiseStore = false;
+
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
# https://insanity.industries/post/sata-power-consumption/