devices/vmd32387: allow max 32 SSH connections

This commit is contained in:
steveej 2019-03-10 10:38:30 +01:00
parent 94612846ea
commit 5bdd8dae6c

View file

@ -61,6 +61,10 @@ in {
''; '';
}; };
systemd.services.sshd.serviceConfig = {
TasksMax = 32;
};
systemd.timers."sshd-status" = { systemd.timers."sshd-status" = {
description = "Timer to trigger sshd-status periodically"; description = "Timer to trigger sshd-status periodically";
enable = true; enable = true;