niksos/hosts/common/core/oomd.nix

9 lines
154 B
Nix
Raw Normal View History

2024-07-16 00:26:09 +02:00
{
2024-02-15 17:04:34 +01:00
systemd.oomd = {
enable = true;
enableSystemSlice = true;
enableRootSlice = true;
enableUserSlices = true;
};
}