From ae5f23e793b94c91dda7640f530db10839b74340 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 16 May 2022 12:23:17 +0200 Subject: [PATCH] Trigger out-of-memory process killer before lockup --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 8bcf5de..ec6e407 100644 --- a/configuration.nix +++ b/configuration.nix @@ -148,6 +148,9 @@ in { ]; }; + # Trigger out-of-memory process killing earlier + services.earlyoom.enable = true; + # Import other configuration modules imports = [ ./modules/hardware-configuration.nix