hosts/ni: update Linux kernel to v6.12

This commit is contained in:
Gabriel Arazas 2024-11-30 15:37:13 +08:00
parent 66c9de5ab0
commit 8f03550028
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -5,6 +5,8 @@
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
]; ];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
hardware.xpadneo.enable = lib.mkForce false;
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" "uas" "sd_mod" ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" "uas" "sd_mod" ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];