RemoteBuild: Use ipv6 for builds.

This commit is contained in:
Dmitry Voronin 2025-01-28 14:09:21 +03:00
parent 5b2aee0807
commit 99d0191e7f
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -89,7 +89,7 @@ in
}; };
services.openssh.knownHosts.nixbuilder = { services.openssh.knownHosts.nixbuilder = {
publicKey = serverSshPublicKey; publicKey = serverSshPublicKey;
extraHostNames = [ "[10.0.0.1]:22143" ]; extraHostNames = [ "[fd09:8d46:b26:0:8079:82ff:fe1a:916a]:22143" ];
}; };
}) })
]; ];