diff --git a/system/hardware-tron.nix b/system/hardware-tron.nix index 7b45ba0..3e36c00 100644 --- a/system/hardware-tron.nix +++ b/system/hardware-tron.nix @@ -8,9 +8,11 @@ let in { - imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; + + hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_470; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "sdhci_pci" ]; + boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" "v4l2loopback" ]; boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];