niksos/hosts/common/core/oomd.nix

8 lines
157 B
Nix

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