mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-14 22:27:17 +00:00
10 lines
158 B
Nix
10 lines
158 B
Nix
|
_: {
|
||
|
systemd.oomd = {
|
||
|
enable = true;
|
||
|
enableSystemSlice = true;
|
||
|
enableRootSlice = true;
|
||
|
enableUserSlices = true;
|
||
|
};
|
||
|
}
|
||
|
|