Add fwupd

This commit is contained in:
2024-05-19 12:43:18 +02:00
parent 2de2c7c28f
commit 9b6a11d8f7
2 changed files with 16 additions and 1 deletions

5
system/fwupd.nix Normal file
View File

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