summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/default.nix b/sys/default.nix
index bc597f6..7282fe9 100644
--- a/sys/default.nix
+++ b/sys/default.nix
@@ -39,5 +39,10 @@ with lib; {
# No me interesa el global registry
nix.settings.flake-registry = "";
+
+ services.earlyoom = {
+ enable = true;
+ enableNotifications = true;
+ };
};
}