attic: Use hostname
This commit is contained in:
parent
c1a8da243d
commit
893f33e7f9
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"builder-attic" = {
|
"builder-attic" = {
|
||||||
hostname = "100.76.233.31";
|
hostname = "attic-ts.kempkens.io";
|
||||||
port = 22;
|
port = 22;
|
||||||
user = "root";
|
user = "root";
|
||||||
identityFile = "~/.ssh/Hetzner.pub";
|
identityFile = "~/.ssh/Hetzner.pub";
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"attic" = {
|
"attic" = {
|
||||||
hostname = "100.76.233.31";
|
hostname = "attic-ts.kempkens.io";
|
||||||
port = 22;
|
port = 22;
|
||||||
user = "daniel";
|
user = "daniel";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
|
Loading…
Reference in a new issue