From 9ef90f8dbafed1104580066cc20b574c38dfc120 Mon Sep 17 00:00:00 2001 From: Nickolaj Jepsen Date: Tue, 22 Apr 2025 13:46:04 +0200 Subject: [PATCH] fix(ssh): homelab jumphost for work pc --- hosts/work/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/work/ssh.nix b/hosts/work/ssh.nix index bd64e8f..da53259 100644 --- a/hosts/work/ssh.nix +++ b/hosts/work/ssh.nix @@ -12,7 +12,7 @@ "clickhouse.ao" = { proxyJump = "bastion.ao"; }; - "server" = { + homelab = { proxyJump = "bastion.ao"; }; };