fix: enable a bunch of startups for sshd

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
Raito Bezarius 6 months ago
parent 0e01e1e3e9
commit 9ede9fe3be

@ -33,6 +33,9 @@ in
# Makes the computer go faster.
nixos.jobserver.enable = true;
# Avoid weird failures for builders.
services.openssh.settings.MaxStartups = 100;
# Memory accounting techniques
systemd.services.nix-daemon.serviceConfig = {
MemoryAccounting = true;