bnixbuild: reenable whitby
This commit is contained in:
parent
d5157f372b
commit
2c3bb4797c
1 changed files with 6 additions and 6 deletions
|
@ -105,12 +105,12 @@ func main() {
|
||||||
RequiredFeatures: []map[string]bool{
|
RequiredFeatures: []map[string]bool{
|
||||||
map[string]bool{"kvm": true},
|
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",
|
URL: "ssh-ng://lukegb@whitby.tvl.fyi?insecure-allow-any-ssh-host-key=true&privkey=/home/lukegb/.ssh/id_ed25519",
|
||||||
// PermittedResolutions: 64,
|
PermittedResolutions: 64,
|
||||||
// PermittedBuilds: 64,
|
PermittedBuilds: 64,
|
||||||
// SupportedPlatforms: map[string]bool{"x86_64-linux": true},
|
SupportedPlatforms: map[string]bool{"x86_64-linux": true},
|
||||||
// SupportedFeatures: map[string]bool{"big-parallel": 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",
|
URL: "ssh-ng://lukegb@eu.nixbuild.net?insecure-allow-any-ssh-host-key=true&privkey=/var/lib/secrets/id_ed25519_nixbuild/secret",
|
||||||
PermittedResolutions: 100,
|
PermittedResolutions: 100,
|
||||||
|
|
Loading…
Reference in a new issue