fix: enable a bunch of startups for sshd

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-06-08 12:23:57 +02:00
parent 332fa23d98
commit c311ccf80a

View file

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