nixos-config/hosts/grymforge/earlyoom.nix
2025-03-05 22:26:28 -05:00

13 lines
315 B
Nix

{
services.earlyoom = {
enable = true;
freeSwapThreshold = 2;
freeMemThreshold = 2;
enableNotifications = true;
# extraArgs = [
# "-g"
# "--avoid '(^|/)(.Hyrpland-wrapp|ghostty|zerotier-one)$'"
# "--prefer '(^|/)(electron|libreoffice|gimp|Isolated Web Co)$'"
# ];
};
}