Kernel fix for andrej-pc
This commit is contained in:
parent
a2076d9513
commit
51a63b2988
2 changed files with 52 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue