summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-08-19 19:43:50 -0600
committerAlejandro Soto <alejandro@34project.org>2023-08-19 19:43:50 -0600
commitc69667f626a4a553b4204b89d9e58858b500f546 (patch)
treeb6fe6c43a27199599d20248e649a1b8cfcaf8a26 /sys
parentf475d97bd7863b88972cbfa93b8e2ee974094dcf (diff)
sys: enable earlyoom
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;
+ };
};
}