distributed-builds: Use Tailscale DNS

This commit is contained in:
Katherina Walshe-Grey 2025-06-09 17:04:53 +01:00
parent 41cc006b96
commit 5fb39104e2

View file

@ -35,7 +35,7 @@ in
nix.buildMachines = nix.buildMachines =
(optional (elem "kalessin" cfg.builders) { (optional (elem "kalessin" cfg.builders) {
hostName = "100.108.149.33"; # TODO: get tailscale internal DNS up hostName = "kalessin.birdsong.network";
sshUser = "remotebuild"; sshUser = "remotebuild";
sshKey = cfg.keyFile; sshKey = cfg.keyFile;
systems = [ "aarch64-linux" ]; systems = [ "aarch64-linux" ];
@ -43,7 +43,7 @@ in
supportedFeatures = [ "big-parallel" ]; supportedFeatures = [ "big-parallel" ];
}) })
++ (optional (elem "kilgharrah" cfg.builders) { ++ (optional (elem "kilgharrah" cfg.builders) {
hostName = "100.92.127.92"; # TODO: get tailscale internal DNS up hostName = "kilgharrah.birdsong.network";
sshUser = "remotebuild"; sshUser = "remotebuild";
sshKey = cfg.keyFile; sshKey = cfg.keyFile;
systems = [ "x86_64-linux" ]; systems = [ "x86_64-linux" ];