Trigger out-of-memory process killer before lockup

This commit is contained in:
2022-05-16 12:23:17 +02:00
parent 1120cd4034
commit ae5f23e793

View File

@@ -148,6 +148,9 @@ in {
]; ];
}; };
# Trigger out-of-memory process killing earlier
services.earlyoom.enable = true;
# Import other configuration modules # Import other configuration modules
imports = [ imports = [
./modules/hardware-configuration.nix ./modules/hardware-configuration.nix