bnixbuild: reenable whitby

This commit is contained in:
Luke Granger-Brown 2024-01-06 22:54:47 +00:00
parent d5157f372b
commit 2c3bb4797c

View file

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