From 8a7411c41887d92ceb2d8f68c2deb1f829259222 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 19 Apr 2021 03:00:09 +0200 Subject: [PATCH] boreal: setup AMD microcode --- hosts/boreal/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/boreal/hardware-configuration.nix b/hosts/boreal/hardware-configuration.nix index c34f453..d094221 100644 --- a/hosts/boreal/hardware-configuration.nix +++ b/hosts/boreal/hardware-configuration.nix @@ -26,4 +26,5 @@ swapDevices = [ ]; + hardware.cpu.amd.updateMicrocode = true; }