diff --git a/go/nix/bnixbuild/bnixbuild.go b/go/nix/bnixbuild/bnixbuild.go index 37d45371ae..c3db161054 100644 --- a/go/nix/bnixbuild/bnixbuild.go +++ b/go/nix/bnixbuild/bnixbuild.go @@ -105,12 +105,12 @@ func main() { RequiredFeatures: []map[string]bool{ map[string]bool{"kvm": true}, }, - // }, { - // URL: "ssh-ng://lukegb@whitby.tvl.fyi?insecure-allow-any-ssh-host-key=true&privkey=/home/lukegb/.ssh/id_ed25519", - // PermittedResolutions: 64, - // PermittedBuilds: 64, - // SupportedPlatforms: map[string]bool{"x86_64-linux": true}, - // SupportedFeatures: map[string]bool{"big-parallel": true}, + }, { + URL: "ssh-ng://lukegb@whitby.tvl.fyi?insecure-allow-any-ssh-host-key=true&privkey=/home/lukegb/.ssh/id_ed25519", + PermittedResolutions: 64, + PermittedBuilds: 64, + SupportedPlatforms: map[string]bool{"x86_64-linux": true}, + SupportedFeatures: map[string]bool{"big-parallel": true}, }, { URL: "ssh-ng://lukegb@eu.nixbuild.net?insecure-allow-any-ssh-host-key=true&privkey=/var/lib/secrets/id_ed25519_nixbuild/secret", PermittedResolutions: 100,