Add fwupd package
This commit is contained in:
parent
71051a6c58
commit
3de87a1651
|
@ -1,4 +1,8 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.fwupd.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
fwupd
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue