nixos-config/hardware/firmware.nix

7 lines
97 B
Nix

{ config, pkgs, ... }:
{
hardware.enableAllFirmware = true;
services.fwupd.enable = true;
}