From 9ddcc7511dc1753c72c4b9f508e543b3790e8c00 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Fri, 6 Jun 2025 17:37:51 +0200 Subject: [PATCH] add builder to ssh config --- home/vinzenz/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/vinzenz/ssh.nix b/home/vinzenz/ssh.nix index 260185f..5121270 100644 --- a/home/vinzenz/ssh.nix +++ b/home/vinzenz/ssh.nix @@ -50,6 +50,10 @@ hostname = "avd.club.berlin.ccc.de"; user = "vinzenz"; }; + "builder.berlin.ccc.de" = { + hostname = "195.160.172.36"; + user = "root"; + }; }; }; }