1
0
Fork 0

Tune earlyoom

This commit is contained in:
Malte Brandy 2021-04-02 21:54:17 +02:00
parent 1e4bfc5181
commit d638595c25
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,3 +1,8 @@
{ ... }: {
services.earlyoom.enable = true;
services.earlyoom = {
enableNotifications = true;
freeSwapThreshold = 90;
enable = true;
};
}