From 57b17760fcce41544b1ad868f84070d434dbe6e0 Mon Sep 17 00:00:00 2001 From: Niten Date: Wed, 21 Apr 2021 10:54:05 -0700 Subject: [PATCH] nostromo: external -> extra --- config/hardware/nostromo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;