switch to latest kernel version

This commit is contained in:
Leonardo Eugênio 2022-10-24 19:52:24 -03:00
parent 164e122ee9
commit 2c9c3c4402

View file

@ -12,6 +12,8 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernel.sysctl = {
"vm.max_map_count" = 1048576; # Needed by DayZ
};