wireguard: prepare jettison of #128014
[sourcephile-nix.git] / nixos / profiles / hardware / apu2e4.nix
index cfa6e8f4818daf70a8baeaff24031b9d341a6807..63d0f0bf21e8245027ec81bb40459a66ad592701 100644 (file)
@@ -1,11 +1,10 @@
 { 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/