about summary refs log tree commit diff stats
path: root/hosts/tiamat/hardware/cpu.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-29 16:16:07 +0200
committerSoispha <soispha@vhack.eu>2023-07-29 16:16:07 +0200
commit92a9e22021291c2335d90804fbb4c2dbea0b24af (patch)
tree186be328872d9616dd6c28969eca7ecb36d498f5 /hosts/tiamat/hardware/cpu.nix
parentFix(hosts/isimud): Import the whole system configuration (diff)
downloadnixos-config-92a9e22021291c2335d90804fbb4c2dbea0b24af.tar.gz
nixos-config-92a9e22021291c2335d90804fbb4c2dbea0b24af.zip
Style(treewide): Remove some unused imports
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?
 }