From 279b78b62d2b42b9274dedabb5f49f36f4525d7f Mon Sep 17 00:00:00 2001 From: tristan Date: Sun, 11 Feb 2024 16:29:22 +0000 Subject: [PATCH] zenix xanmod latest kernel --- hardware/zenix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/zenix.nix b/hardware/zenix.nix index edf4b59..4ed1678 100644 --- a/hardware/zenix.nix +++ b/hardware/zenix.nix @@ -17,6 +17,7 @@ in { boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.kernelModules = ["uas" "usbcore" "usb_storage" "vfat" "nls_cp437" "nls_iso8859_1"]; boot.kernelModules = ["kvm-amd"]; + boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; boot.extraModulePackages = []; fileSystems."/" = {