bump and bump fixes

This commit is contained in:
notgne2 2026-07-10 16:17:24 -07:00
parent 0ec0e30c98
commit 2648a90126
No known key found for this signature in database
4 changed files with 52 additions and 53 deletions

View file

@ -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;