Add earlyoom and actually load modules for jimbo

This commit is contained in:
fleaz 2022-01-28 15:43:37 +01:00
parent f1f8f68ffc
commit 7a8af01854
4 changed files with 11 additions and 8 deletions

3
modules/earlyoom.nix Normal file
View file

@ -0,0 +1,3 @@
{
services.earlyoom.enable = true;
}