nixos-config/modules/system/boot/firmware/default.nix
2024-11-24 20:02:09 -05:00

4 lines
62 B
Nix

{ ... }:
{
hardware.enableRedistributableFirmware = true;
}