diff options
Diffstat (limited to 'hosts/IDOHVE/hardware/cpu.nix')
-rw-r--r-- | hosts/IDOHVE/hardware/cpu.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/IDOHVE/hardware/cpu.nix b/hosts/IDOHVE/hardware/cpu.nix new file mode 100644 index 00000000..5d61d02f --- /dev/null +++ b/hosts/IDOHVE/hardware/cpu.nix @@ -0,0 +1,4 @@ +{config, ...}: { + powerManagement.cpuFreqGovernor = "powersave"; + hardware.cpu.amd.updateMicrocode = true; # Why not? +} |