disable automatic coredumps
This commit is contained in:
parent
3d89a17ffe
commit
c36d8cd3c0
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
kernelModules = [ "i915" ];
|
kernelModules = [ "i915" ];
|
||||||
};
|
};
|
||||||
kernel.sysctl = {
|
kernel.sysctl = {
|
||||||
|
"kernel.core_pattern" = "|/bin/false";
|
||||||
"kernel.sysrq" = 1;
|
"kernel.sysrq" = 1;
|
||||||
};
|
};
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue