Fix cachyos kernel

This commit is contained in:
Aleksandr Lebedev 2025-09-07 20:08:36 +02:00
parent ea057f10dd
commit 60c0e3b070
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -33,6 +33,8 @@ in
custom.hardware.nvidia = enabled;
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
system.modulesTree = [pkgs.linux_cachyos.modules];
services.scx.enable = true; # by default uses scx_rustland scheduler
custom.impermanence = enabled;
custom.presets.workstation = enabled;