feat(home-pc): enable firmware and update microcode

This commit is contained in:
Felix Schröter 2020-02-15 10:47:20 +01:00
parent 4ca27d8e2b
commit 573b0f9493
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -20,6 +20,8 @@
networking.hostName = "felix-nixos";
hardware.enableAllFirmware = true;
hardware.cpu.amd.updateMicrocode = true;
services.fwupd.enable = true;
users.users.felschr = {