Trigger out-of-memory process killer before lockup

This commit is contained in:
coolneng 2022-05-16 12:23:17 +02:00
parent 1120cd4034
commit ae5f23e793
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -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