From 0261c84d626896256932a45bbad045e2838d179d Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 7 Jun 2025 23:07:44 +0200 Subject: [PATCH] add hosts to ssh --- home/vinzenz/ssh.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/vinzenz/ssh.nix b/home/vinzenz/ssh.nix index 5121270..57eeb5f 100644 --- a/home/vinzenz/ssh.nix +++ b/home/vinzenz/ssh.nix @@ -54,6 +54,15 @@ hostname = "195.160.172.36"; user = "root"; }; + "cccb.zerforschen.plus" = { + hostname = "2a01:4f8:c013:cbdd::1"; + user = "root"; + }; + "berlin.ccc.de" = { + hostname = "195.160.173.9"; + user = "deploy"; + port = 31337; + }; }; }; }