niksos/options/common/oomd.nix
2024-07-16 00:26:09 +02:00

8 lines
154 B
Nix

{
systemd.oomd = {
enable = true;
enableSystemSlice = true;
enableRootSlice = true;
enableUserSlices = true;
};
}