From 62d579ee92915b7bda8c9ff312d48a7959912e87 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 28 Jun 2025 14:35:38 +0200 Subject: [PATCH] update ssh config --- home/vinzenz/ssh.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/home/vinzenz/ssh.nix b/home/vinzenz/ssh.nix index 57eeb5f..98acce9 100644 --- a/home/vinzenz/ssh.nix +++ b/home/vinzenz/ssh.nix @@ -3,21 +3,11 @@ config.programs.ssh = { enable = true; matchBlocks = { - "vpn1" = { - host = "vpn1 hetzner-vpn1"; - hostname = "157.90.146.125"; # 2a01:4f8:c012:7137::/64 - user = "root"; - }; "vpn2" = { host = "vpn2 hetzner-vpn2"; hostname = "2a01:4f8:c013:65dd::1"; user = "root"; }; - "vpn1-ts" = { - host = "vpn1-ts hetzner-vpn1.donkey-pentatonic.ts.net"; - hostname = "hetzner-vpn1.donkey-pentatonic.ts.net"; - user = "root"; - }; "openwrt" = { host = "openwrt openwrt.lan"; hostname = "openwrt.lan"; @@ -63,6 +53,10 @@ user = "deploy"; port = 31337; }; + "forgejo-runner-1" = { + hostname = "forgejo-runner-1.dev.zerforschen.plus"; + user = "root"; + }; }; }; }