Add Framework fwupd.

This commit is contained in:
jay
2025-07-17 20:52:21 -04:00
parent 6d7e3af100
commit a70c1a3654
2 changed files with 5 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
./programs/fwupd.nix
./programs/sof-firmware.nix
# Not working yet.
./services/fprintd.nix

View File

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