1
0
Fork 0
nixos-config/nixos/roles/earlyoom.nix

10 lines
149 B
Nix
Raw Normal View History

2021-04-02 19:32:23 +00:00
{ ... }: {
2021-04-02 19:54:17 +00:00
services.earlyoom = {
enableNotifications = true;
2021-04-03 09:54:17 +00:00
freeSwapThreshold = 100;
2021-04-05 11:17:10 +00:00
freeMemThreshold = 5;
2021-04-02 19:54:17 +00:00
enable = true;
};
2021-04-02 19:32:23 +00:00
}