distributed-builds: Use Tailscale DNS
This commit is contained in:
parent
41cc006b96
commit
5fb39104e2
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ in
|
|||
|
||||
nix.buildMachines =
|
||||
(optional (elem "kalessin" cfg.builders) {
|
||||
hostName = "100.108.149.33"; # TODO: get tailscale internal DNS up
|
||||
hostName = "kalessin.birdsong.network";
|
||||
sshUser = "remotebuild";
|
||||
sshKey = cfg.keyFile;
|
||||
systems = [ "aarch64-linux" ];
|
||||
|
@ -43,7 +43,7 @@ in
|
|||
supportedFeatures = [ "big-parallel" ];
|
||||
})
|
||||
++ (optional (elem "kilgharrah" cfg.builders) {
|
||||
hostName = "100.92.127.92"; # TODO: get tailscale internal DNS up
|
||||
hostName = "kilgharrah.birdsong.network";
|
||||
sshUser = "remotebuild";
|
||||
sshKey = cfg.keyFile;
|
||||
systems = [ "x86_64-linux" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue