firmware updater
This commit is contained in:
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/common.nix
|
||||||
../common/efi.nix
|
../common/efi.nix
|
||||||
../common/luks.nix
|
../common/luks.nix
|
||||||
|
../common/firmware.nix
|
||||||
../common/pc/de.nix
|
../common/pc/de.nix
|
||||||
../common/pc/touchpad.nix
|
../common/pc/touchpad.nix
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user