moving to stable kernel

This commit is contained in:
William 2025-07-02 15:43:31 -03:00
parent 98c64ea773
commit 98c46ded57

View file

@ -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
'';