From 835f24ef5530cb84aaeef9a8a2e3f9537a8c4016 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 22 Apr 2023 17:03:24 +0200 Subject: Fix(hosts/apzu): Add correct hardware modules --- hosts/apzu/hardware/cpu.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/apzu/hardware/cpu.nix') diff --git a/hosts/apzu/hardware/cpu.nix b/hosts/apzu/hardware/cpu.nix index 2d7232cd..2969d154 100644 --- a/hosts/apzu/hardware/cpu.nix +++ b/hosts/apzu/hardware/cpu.nix @@ -1,4 +1,4 @@ -{config, ...}: { +{...}: { powerManagement.cpuFreqGovernor = "powersave"; - hardware.cpu.amd.updateMicrocode = true; # Why not? + hardware.cpu.intel.updateMicrocode = true; # Why not? } -- cgit 1.4.1