disable automatic coredumps

This commit is contained in:
LavaDesu 2021-06-04 13:00:29 +07:00
parent 3d89a17ffe
commit c36d8cd3c0
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -16,6 +16,7 @@
kernelModules = [ "i915" ];
};
kernel.sysctl = {
"kernel.core_pattern" = "|/bin/false";
"kernel.sysrq" = 1;
};
kernelParams = [