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 };