diff --git a/hosts/Bellerophon/hardware-configuration.nix b/hosts/Bellerophon/hardware-configuration.nix index 89f7749..2f232bb 100644 --- a/hosts/Bellerophon/hardware-configuration.nix +++ b/hosts/Bellerophon/hardware-configuration.nix @@ -14,7 +14,7 @@ boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "vmd" "nvme" "usbhid"]; boot.initrd.kernelModules = []; - boot.kernelPackages = pkgs.linuxPackages_6_13; + boot.kernelPackages = pkgs.linuxPackages_6_12; boot.kernelModules = ["kvm-intel"]; boot.kernelPatches = [ /*