feat(hardware): improve firmware config
This commit is contained in:
parent
c90efc40f8
commit
386b3f6616
6 changed files with 10 additions and 11 deletions
6
hardware/firmware.nix
Normal file
6
hardware/firmware.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.enableAllFirmware = true;
|
||||
services.fwupd.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue