5 lines
80 B
Nix
5 lines
80 B
Nix
{ pkgs, ... }:
|
|
{
|
|
boot.kernel.sysctl."vm.max_map_count" = 2147483642;
|
|
}
|