From 573b0f94932ff7a2958105a1bdf5d20d5a7e40f5 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Sat, 15 Feb 2020 10:47:20 +0100 Subject: [PATCH] feat(home-pc): enable firmware and update microcode --- home-pc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-pc.nix b/home-pc.nix index b158009..598e9f5 100644 --- a/home-pc.nix +++ b/home-pc.nix @@ -20,6 +20,8 @@ networking.hostName = "felix-nixos"; + hardware.enableAllFirmware = true; + hardware.cpu.amd.updateMicrocode = true; services.fwupd.enable = true; users.users.felschr = {