mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
8 lines
110 B
Nix
8 lines
110 B
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
boot.kernel.sysctl = {
|
|
"vm.panic_on_oom" = true;
|
|
"kernel.panic" = 3;
|
|
};
|
|
} |