l prism.r: activate earlyoom
This commit is contained in:
parent
b3476561c5
commit
279bf4e553
|
@ -376,4 +376,8 @@ with import <stockholm/lib>;
|
|||
krebs.build.host = config.krebs.hosts.prism;
|
||||
# workaround because grub store paths are broken
|
||||
boot.copyKernels = true;
|
||||
services.earlyoom = {
|
||||
enable = true;
|
||||
freeMemThreshold = 5;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue