7 lines
97 B
Nix
7 lines
97 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
hardware.enableAllFirmware = true;
|
|
services.fwupd.enable = true;
|
|
}
|