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:
parent
39a8e0284f
commit
6698a3d7fa
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
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
|
# 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
|
# 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 = [
|
boot.kernelParams = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue