1
0
Fork 0

attic: Use hostname

This commit is contained in:
Daniel Kempkens 2023-04-08 22:48:08 +02:00
parent c1a8da243d
commit 893f33e7f9
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -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;