diff --git a/config/hardware/nostromo.nix b/config/hardware/nostromo.nix index 85cd507..eb0ece4 100644 --- a/config/hardware/nostromo.nix +++ b/config/hardware/nostromo.nix @@ -18,7 +18,7 @@ }; kernelModules = [ "kvm-amd" ]; - externalModulePackages = [ ]; + extraModulePackages = [ ]; kernelPackages = pkgs.linuxPackages_latest;