New node as build machine
This commit is contained in:
parent
a1bc147b90
commit
3542814aa2
4 changed files with 51 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ rec {
|
|||
|
||||
krzo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILrVYJrU6Ys2o/QYfI6Es5yqVVyjUyDYj6Fglvz63ywP krzo@pazpi.top";
|
||||
|
||||
colmena = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOOVg0/MhkyTsZBITT0nZvH0hWskPJ7lyC5Mw70duczq";
|
||||
|
||||
# The key are found executing `ssh-keyscan <ip-address>`
|
||||
machines = {
|
||||
arr = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICjAFjbSGaeWnImPFBEQ/PeGz7hgpLhUYgZg5Hb/JJ42";
|
||||
|
|
@ -22,6 +24,7 @@ rec {
|
|||
deadbeef
|
||||
PP416
|
||||
krzo
|
||||
colmena
|
||||
];
|
||||
|
||||
# Machines in tailscale network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue