l mors: add earlyoom

This commit is contained in:
lassulus 2018-07-03 20:35:11 +02:00
parent f22a073784
commit 11fb70ca07

View file

@ -180,4 +180,9 @@ with import <stockholm/lib>;
};
});
virtualisation.libvirtd.enable = true;
services.earlyoom = {
enable = true;
freeMemThreshold = 5;
};
}