diff --git a/hosts/modules/boot.nix b/hosts/modules/boot.nix index 8677186..4a3a160 100644 --- a/hosts/modules/boot.nix +++ b/hosts/modules/boot.nix @@ -38,7 +38,7 @@ plymouth.enable = true; initrd.systemd.enable = true; loader.efi.efiSysMountPoint = "/boot/efi"; - kernelPackages = pkgs.linuxPackages_xanmod_latest; + kernelPackages = pkgs.linuxPackages_xanmod_stable; extraModprobeConfig = '' options bluetooth disable_ertm=1 '';