10 lines
143 B
Nix
10 lines
143 B
Nix
_: {
|
|
services = {
|
|
systembus-notify.enable = true;
|
|
|
|
earlyoom = {
|
|
enable = true;
|
|
enableNotifications = true;
|
|
};
|
|
};
|
|
}
|