treewide: oomd settings (slices)

This commit is contained in:
hand7s 2025-05-30 18:57:36 +03:00
parent 78c03f0825
commit 40584a732e
No known key found for this signature in database
10 changed files with 114 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{...}: {
systemd = {
oomd = {
enable = true;
enableUserSlices = true;
enableSystemSlice = true;
enableRootSlice = true;
};
};
}