nixdots/system/options/oomd.nix

10 lines
158 B
Nix
Raw Normal View History

2024-03-19 07:30:04 +00:00
_: {
systemd.oomd = {
enable = true;
enableSystemSlice = true;
enableRootSlice = true;
enableUserSlices = true;
};
}