update kernel

This commit is contained in:
andromeda
2026-04-19 12:24:55 +02:00
parent 2783860e4e
commit 33d61130c8

View File

@@ -8,6 +8,7 @@
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "sdhci_pci"];
boot.initrd.kernelModules = [];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];