mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
8 lines
152 B
Nix
8 lines
152 B
Nix
{
|
|
# https://github.com/starcitizen-lug/information-howtos/wiki
|
|
|
|
# Avoids crashes
|
|
boot.kernel.sysctl = {
|
|
"vm.max_map_count" = 16777216;
|
|
};
|
|
}
|