add builder to ssh config

This commit is contained in:
Vinzenz Schroeter 2025-06-06 17:37:51 +02:00
parent 3b16163af9
commit 9ddcc7511d

View file

@ -50,6 +50,10 @@
hostname = "avd.club.berlin.ccc.de";
user = "vinzenz";
};
"builder.berlin.ccc.de" = {
hostname = "195.160.172.36";
user = "root";
};
};
};
}