diff --git a/hosts/monolith.nix b/hosts/monolith.nix index 8e0df8d..5cef9e7 100644 --- a/hosts/monolith.nix +++ b/hosts/monolith.nix @@ -67,7 +67,7 @@ in { # with explicit per-interface declarations with `networking.interfaces..useDHCP`. networking.useDHCP = lib.mkDefault true; # networking.interfaces.enp4s0.useDHCP = lib.mkDefault true; - powerManagement.cpuFreqGovernor = "powersave"; + powerManagement.cpuFreqGovernor = "ondemand"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; networking.hostName = "monolith"; # Define your hostname.