nixos/modules/common/earlyoom.nix
2023-12-24 11:01:25 -05:00

6 lines
84 B
Nix

{
services.earlyoom = {
enable = true;
enableNotifications = true;
};
}