From 444fc29dbd21812669cf1b8413506a507c2cfbf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 7 Aug 2024 00:52:14 +0200 Subject: [PATCH] Enable microcode updates for gunter --- hosts/gunter/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 5920ada..58132e7 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -18,6 +18,9 @@ sops.age.generateKey = true; sops.secrets."gotify_tokens/backup-home" = { }; + # Enable microcode updates + hardware.enableRedistributableFirmware = true; + # Bootloader stuff boot = { # Kernel stuff