From 2c9c3c44026590ecb55a5b43c2b3f51410350b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 24 Oct 2022 19:52:24 -0300 Subject: [PATCH] switch to latest kernel version --- system/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/configuration.nix b/system/configuration.nix index 45dc74b..6db80df 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -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 };