firmware updater

This commit is contained in:
zuckerberg
2021-02-23 21:10:23 -05:00
parent 874bc20b65
commit db877a8038
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
services.fwupd.enable = true;
}