From a12774728b56b71e4b00912a2bb71ba5cd69d8a6 Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 3 Apr 2023 08:47:10 +0200 Subject: Fix(host/tiamat): Update to new install --- hosts/tiamat/hardware/cpu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/tiamat/hardware/cpu.nix') 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? } -- cgit 1.4.1