From c29fa47e216af60e5c931e3fce4246fa2c40bf0a Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 22 Nov 2021 15:50:24 +0100 Subject: [PATCH] add options for intel CPU and firmware --- common/desktop.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/desktop.nix b/common/desktop.nix index 8bf1494..0ac691d 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -101,6 +101,11 @@ wget ]; + hardware = { + cpu.intel.updateMicrocode = true; + enableRedistributableFirmware = true; + }; + # Enable the OpenSSH daemon. services.openssh.enable = true;