build04: set ssh MaxStartups
This commit is contained in:
parent
f91146fda8
commit
2c18c42115
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
inputs.self.nixosModules.remote-builder
|
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
|
# set in srvos, remove when reinstalling
|
||||||
networking.hostId = "deadbeef";
|
networking.hostId = "deadbeef";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue