mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 07:15:07 -05:00
9 lines
152 B
Nix
9 lines
152 B
Nix
{
|
|
# https://github.com/starcitizen-lug/information-howtos/wiki
|
|
|
|
# Avoids crashes
|
|
boot.kernel.sysctl = {
|
|
"vm.max_map_count" = 16777216;
|
|
};
|
|
}
|