Fix cachyos kernel
This commit is contained in:
parent
ea057f10dd
commit
60c0e3b070
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue