about summary refs log tree commit diff stats
path: root/hosts/tiamat/hardware/cpu.nix
diff options
context:
space:
mode:
authorene <ene@sils.com>2023-04-03 08:47:10 +0200
committerene <ene@sils.com>2023-04-03 08:47:10 +0200
commita12774728b56b71e4b00912a2bb71ba5cd69d8a6 (patch)
tree7a2466c5742ecf138a5f7a9eede36311c8c89748 /hosts/tiamat/hardware/cpu.nix
parentFix(host/tiamat/gpu): Remove unneeded drivers (diff)
downloadnixos-config-a12774728b56b71e4b00912a2bb71ba5cd69d8a6.tar.gz
nixos-config-a12774728b56b71e4b00912a2bb71ba5cd69d8a6.zip
Fix(host/tiamat): Update to new install
Diffstat (limited to '')
-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 6859f72a..2d7232cd 100644
--- a/hosts/tiamat/hardware/cpu.nix
+++ b/hosts/tiamat/hardware/cpu.nix
@@ -1,4 +1,4 @@
 {config, ...}: {
   powerManagement.cpuFreqGovernor = "powersave";
-  hardware.cpu.intel.updateMicrocode = true; # Why not?
+  hardware.cpu.amd.updateMicrocode = true; # Why not?
 }