Commit 927670e

HPCesia <me@hpcesia.com>
2025-08-28 06:25:58
feat: xanmod kernal for kevin
1 parent 83eb5c1
Changed files (1)
hosts
hosts/chaser-kevin/hardware-configuration.nix
@@ -17,6 +17,7 @@
   };
   boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "thunderbolt" "usbhid" "sdhci_pci"];
   boot.initrd.kernelModules = [];
+  boot.kernelPackages = pkgs.linuxPackages_xanmod_stable;
   boot.kernelModules = ["kvm-intel"];
   boot.kernelParams = [
     "mem_sleep_default=deep"