Add fwupd to devices that support it

This commit is contained in:
Jimbo 2024-10-18 19:31:13 -04:00
parent 2828d7a210
commit 09bde6129b
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{ ... }: { ... }:
{ {
imports = [ imports = [
./fwupd
./gnome-keyring ./gnome-keyring
./mpd ./mpd
./networkfs ./networkfs

View file

@ -0,0 +1,4 @@
{ ... }:
{
services.fwupd.enable = true;
}