about summary refs log tree commit diff stats
path: root/hosts/_unmaintained/lahmu/hardware/cpu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/_unmaintained/lahmu/hardware/cpu.nix')
-rw-r--r--hosts/_unmaintained/lahmu/hardware/cpu.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/_unmaintained/lahmu/hardware/cpu.nix b/hosts/_unmaintained/lahmu/hardware/cpu.nix
new file mode 100644
index 00000000..2d7232cd
--- /dev/null
+++ b/hosts/_unmaintained/lahmu/hardware/cpu.nix
@@ -0,0 +1,4 @@
+{config, ...}: {
+  powerManagement.cpuFreqGovernor = "powersave";
+  hardware.cpu.amd.updateMicrocode = true; # Why not?
+}