From cd289da7426abc87dba75a7cedb4b8b0a89a3d17 Mon Sep 17 00:00:00 2001 From: Nickolaj Jepsen Date: Thu, 22 Jan 2026 20:29:59 +0100 Subject: [PATCH] chore: add desktop ssh target --- modules/system/ssh.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/system/ssh.nix b/modules/system/ssh.nix index 39644a3..867ef1f 100644 --- a/modules/system/ssh.nix +++ b/modules/system/ssh.nix @@ -50,6 +50,11 @@ in { user = "nickolaj"; proxyJump = "homelab"; }; + desktop = { + hostname = "10.0.0.20"; + user = "nickolaj"; + proxyJump = "homelab"; + }; "forgejo.nickolaj.com" = { hostname = "forgejo.nickolaj.com"; user = "git";