Add Framework fwupd.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
|
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
|
||||||
|
./programs/fwupd.nix
|
||||||
./programs/sof-firmware.nix
|
./programs/sof-firmware.nix
|
||||||
# Not working yet.
|
# Not working yet.
|
||||||
./services/fprintd.nix
|
./services/fprintd.nix
|
||||||
|
|||||||
4
nodes/hosts/nixwork/programs/fwupd.nix
Normal file
4
nodes/hosts/nixwork/programs/fwupd.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ ... }: {
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user