zen kernel broken

This commit is contained in:
Danilo Reyes 2025-07-12 21:21:25 -06:00
parent 1fba3fae2d
commit 63c0bb570e

View File

@ -48,7 +48,7 @@
"preempt=full" "preempt=full"
"microcode.amd_sha_check=off" "microcode.amd_sha_check=off"
]; ];
kernelPackages = pkgs.linuxPackages_zen; kernelPackages = pkgs.linuxPackages;
kernel.sysctl = { kernel.sysctl = {
"vm.swappiness" = 80; "vm.swappiness" = 80;
"net.ipv4.tcp_mtu_probing" = 1; "net.ipv4.tcp_mtu_probing" = 1;