diff --git a/nodes/hosts/nixwork/configuration.nix b/nodes/hosts/nixwork/configuration.nix index e540847..4872daa 100644 --- a/nodes/hosts/nixwork/configuration.nix +++ b/nodes/hosts/nixwork/configuration.nix @@ -2,13 +2,13 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). -{ inputs, ... }: +{ ... }: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - nixos-hardware.nixosModules.framework-16-7040-amd + inputs.nixos-hardware.nixosModules.framework-16-7040-amd ./programs/sof-firmware.nix # Not working yet. ./services/fprintd.nix