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