base: enable fwupd

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-15 01:19:59 +01:00
parent 7b5e114944
commit 64bd33a213
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 5 additions and 0 deletions

@ -11,6 +11,7 @@
./services/acme.nix
./services/auto-upgrade.nix
./services/dbus.nix
./services/fwupd.nix
./services/irqbalance.nix
./services/logrotate.nix
./services/nginx.nix

4
base/services/fwupd.nix Normal file

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