only use xanmod on x86

This commit is contained in:
k3t
2026-06-01 18:46:41 -06:00
parent 9f6089ead0
commit 55af0a9edc
3 changed files with 2 additions and 1 deletions
-1
View File
@@ -3,7 +3,6 @@
{
boot.loader.limine.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.extraModulePackages = [ ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
}