build04: set ssh MaxStartups

This commit is contained in:
zowoq 2024-08-19 09:44:40 +10:00
parent f91146fda8
commit 2c18c42115

View file

@ -9,6 +9,10 @@
inputs.self.nixosModules.remote-builder
];
# error: failed to start SSH connection
# https://github.com/nix-community/infra/issues/1416
services.openssh.settings.MaxStartups = 100;
# set in srvos, remove when reinstalling
networking.hostId = "deadbeef";