diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl index 1586a09aee5f..3d0f4a9f7d86 100644 --- a/nixos/modules/installer/tools/nixos-generate-config.pl +++ b/nixos/modules/installer/tools/nixos-generate-config.pl @@ -211,7 +211,6 @@ sub pciCheck { ($device eq "0xfd3e" || $device eq "0x7d1d" || $device eq "0xad1d" || $device eq "0x643e" || $device eq "0xb03e")) { - push @imports, "(modulesPath + \"/hardware/cpu/intel-npu.nix\")"; push @attrs, "hardware.cpu.intel.npu.enable = true;"; } diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index cf01172840b2..aa16aa06f749 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -61,6 +61,7 @@ ./hardware/cpu/amd-ryzen-smu.nix ./hardware/cpu/amd-sev.nix ./hardware/cpu/intel-microcode.nix + ./hardware/cpu/intel-npu.nix ./hardware/cpu/intel-sgx.nix ./hardware/cpu/x86-msr.nix ./hardware/decklink.nix