Hardware + Kernel change

This commit is contained in:
Aleksandr Lebedev 2025-09-23 11:05:36 +02:00
parent d58b29cfc0
commit b8c5790514
3 changed files with 106 additions and 223 deletions

View file

@ -62,10 +62,6 @@ with lib.custom; {
networking.firewall.allowedTCPPorts = [22 25565];
networking.firewall.allowedUDPPorts = [22 25565];
services.scx.enable = true; # by default uses scx_rustland scheduler
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
system.modulesTree = [pkgs.linux_cachyos.modules];
security.polkit.enable = true;
security.rtkit.enable = true;