CachyOS kernel for better performance

This commit is contained in:
xmm16 2024-12-12 19:07:38 -03:00
commit 19146cb0b9
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
./config/sysctl.d/hardening.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_cachyos;
boot.kernelParams = [
"default_hugepagesz=1G"