switch to zen kernel to see if i can get away with not changing kernel version every time a new one is released (current LTS 6.6 has an issue with insanely long shutdown times on fwlt16)

This commit is contained in:
Gabriella Bere 2024-09-14 23:15:11 +01:00
parent 39a8e0284f
commit 6698a3d7fa

View file

@ -28,7 +28,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# default kernel causes issues with wpa_supplicant meaning shutdown times are > 10 mins updating to kernel 69+ fixes this
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_10;
boot.kernelPackages = pkgs.linuxKernel.kernels.linux_zen;
# I was told that adding these helps but it doesnt seemt to work as monitors are still buggy at 144hz, may as well keep them
boot.kernelParams = [