firmware updater
This commit is contained in:
parent
874bc20b65
commit
db877a8038
5
common/firmware.nix
Normal file
5
common/firmware.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.fwupd.enable = true;
|
||||
}
|
@ -6,6 +6,7 @@
|
||||
../common/common.nix
|
||||
../common/efi.nix
|
||||
../common/luks.nix
|
||||
../common/firmware.nix
|
||||
../common/pc/de.nix
|
||||
../common/pc/touchpad.nix
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user