treewide: Partial migration from custom WireGuard to Headscale
This commit is contained in:
parent
bd3c9bd5f2
commit
bf378949d2
5 changed files with 4 additions and 36 deletions
|
@ -35,7 +35,7 @@ in
|
|||
|
||||
nix.buildMachines =
|
||||
(optional (elem "kalessin" cfg.builders) {
|
||||
hostName = config.birdsong.hosts."kalessin".ipv4;
|
||||
hostName = "100.108.149.33"; # TODO: get tailscale internal DNS up
|
||||
sshUser = "remotebuild";
|
||||
sshKey = cfg.keyFile;
|
||||
systems = [ "aarch64-linux" ];
|
||||
|
@ -43,7 +43,7 @@ in
|
|||
supportedFeatures = [ "big-parallel" ];
|
||||
})
|
||||
++ (optional (elem "kilgharrah" cfg.builders) {
|
||||
hostName = config.birdsong.hosts."kilgharrah".ipv4;
|
||||
hostName = "100.92.127.92"; # TODO: get tailscale internal DNS up
|
||||
sshUser = "remotebuild";
|
||||
sshKey = cfg.keyFile;
|
||||
systems = [ "x86_64-linux" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue