nixfiles/hosts/tohru/hardware.nix

9 lines
148 B
Nix

{ config, lib, pkgs, ... }:
{
hardware.enableAllFirmware = true;
hardware.cpu.intel.updateMicrocode = true;
services.fwupd.enable = true;
}