fix: enable a bunch of startups for sshd

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
so-it-has-begun
Raito Bezarius 4 months ago
parent 332fa23d98
commit c311ccf80a

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