Kernel fix for andrej-pc

This commit is contained in:
Aleksandr Lebedev 2025-09-07 11:41:06 +02:00
parent a2076d9513
commit 51a63b2988
2 changed files with 52 additions and 8 deletions

View file

@ -60,7 +60,7 @@ with lib.custom; {
networking.firewall.allowedUDPPorts = [22 25565];
services.scx.enable = true; # by default uses scx_rustland scheduler
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest; #_cachyos-gcc;
security.polkit.enable = true;