nixos-config/hosts/jupiter/system/boot/default.nix

5 lines
80 B
Nix

{ pkgs, ... }:
{
boot.kernel.sysctl."vm.max_map_count" = 2147483642;
}