1
0
Fork 0
nixos-config/nixos/roles/earlyoom.nix
2022-03-08 03:19:09 +01:00

9 lines
142 B
Nix

_: {
services.earlyoom = {
enableNotifications = true;
freeSwapThreshold = 100;
freeMemThreshold = 5;
enable = true;
};
}