chore: tweak niceness of some services

This commit is contained in:
arcnmx 2024-09-27 17:06:10 -07:00
parent 43bb5e3059
commit 8f4ea912a1
4 changed files with 34 additions and 23 deletions

View file

@ -79,6 +79,9 @@ in {
unitConfig = {
StopPropagatedFrom = ["${cfg.targetName}.target"];
};
serviceConfig = {
Nice = mkDefault 5;
};
};
serviceOverrides = mkIf (!cfg.dynamicUser) {
# XXX: the ci sshd hack requires this for now :<