From ee2a2fcd9509e3b0212399cfe9bb7781b5345f66 Mon Sep 17 00:00:00 2001 From: xqtc Date: Fri, 22 Nov 2024 18:40:08 +0100 Subject: [PATCH] Some more hardware stuff --- hosts/x86_64-linux/asmodeus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/x86_64-linux/asmodeus/default.nix b/hosts/x86_64-linux/asmodeus/default.nix index e5a4b25..9d3466a 100644 --- a/hosts/x86_64-linux/asmodeus/default.nix +++ b/hosts/x86_64-linux/asmodeus/default.nix @@ -54,6 +54,8 @@ driSupport32Bit = true; }; + hardware.cpu.amd.updateMicrocode = true; + hardware.enableAllFirmware = true; services.fwupd.enable = true;