diff --git a/nodes/hosts/nixwork/configuration.nix b/nodes/hosts/nixwork/configuration.nix index 9ffe568..83d6dbb 100644 --- a/nodes/hosts/nixwork/configuration.nix +++ b/nodes/hosts/nixwork/configuration.nix @@ -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 diff --git a/nodes/hosts/nixwork/programs/fwupd.nix b/nodes/hosts/nixwork/programs/fwupd.nix new file mode 100644 index 0000000..d52e512 --- /dev/null +++ b/nodes/hosts/nixwork/programs/fwupd.nix @@ -0,0 +1,4 @@ +{ ... }: { + services.fwupd.enable = true; +} +