bump and bump fixes
This commit is contained in:
parent
0ec0e30c98
commit
2648a90126
4 changed files with 52 additions and 53 deletions
|
|
@ -22,7 +22,12 @@ all: inputs: {
|
|||
|
||||
security.rtkit.enable = lib.mkDefault true;
|
||||
|
||||
services.earlyoom.enable = lib.mkDefault true;
|
||||
systemd.oomd = {
|
||||
enable = true;
|
||||
enableSystemSlice = true;
|
||||
enableRootSlice = true;
|
||||
enableUserSlices = true;
|
||||
};
|
||||
|
||||
programs.mosh.enable = lib.mkDefault true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue