treewide: oomd settings (slices)
This commit is contained in:
parent
78c03f0825
commit
40584a732e
10 changed files with 114 additions and 0 deletions
10
s0mePC-nix/systemd/oomd.nix
Normal file
10
s0mePC-nix/systemd/oomd.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{...}: {
|
||||
systemd = {
|
||||
oomd = {
|
||||
enable = true;
|
||||
enableUserSlices = true;
|
||||
enableSystemSlice = true;
|
||||
enableRootSlice = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue