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