diff --git a/hosts/zephyrus/hardware-configuration.nix b/hosts/zephyrus/hardware-configuration.nix index a973019..21c98d3 100644 --- a/hosts/zephyrus/hardware-configuration.nix +++ b/hosts/zephyrus/hardware-configuration.nix @@ -52,5 +52,8 @@ in { powerManagement.cpuFreqGovernor = mkDefault "powersave"; - hardware.enableRedistributableFirmware = true; + hardware = { + enableRedistributableFirmware = true; + cpu.intel.updateMicrocode = true; + }; }