mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 16:36:24 +00: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;
|
||
|
};
|
||
|
}
|