base: enable fwupd

This commit is contained in:
2025-03-15 01:19:59 +01:00
parent 7b5e114944
commit 64bd33a213
2 changed files with 5 additions and 0 deletions

4
base/services/fwupd.nix Normal file
View File

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