common/fwupd: init
This commit is contained in:
parent
ec0b505f7b
commit
c17b068aae
@ -14,6 +14,7 @@ in {
|
|||||||
./programs/wireshark.nix
|
./programs/wireshark.nix
|
||||||
|
|
||||||
./services/dbus.nix
|
./services/dbus.nix
|
||||||
|
./services/fwupd.nix
|
||||||
./services/irqbalance.nix
|
./services/irqbalance.nix
|
||||||
./services/journald.nix
|
./services/journald.nix
|
||||||
./services/libinput.nix
|
./services/libinput.nix
|
||||||
|
4
hosts/common/services/fwupd.nix
Normal file
4
hosts/common/services/fwupd.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user