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
common/firmware.nix Normal file
View File

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

View File

@ -6,6 +6,7 @@
../common/common.nix
../common/efi.nix
../common/luks.nix
../common/firmware.nix
../common/pc/de.nix
../common/pc/touchpad.nix
];