1
0
Fork 0
nixos-config/nixos/roles/earlyoom.nix
2021-04-05 13:17:10 +02:00

10 lines
149 B
Nix

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