summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 2f0c4178..8794f4bc 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -68,6 +68,11 @@
,@(map make-own-ssh-host (map (compose wireguardify car) %ssh-ports) (map cdr %ssh-ports))
,(openssh-host (name "*.fritz.box") (proxy (list (proxy-jump (host-name "lud.twilken.net")))))
;; Git hosts
+ ,(openssh-host
+ (name "git.twilken.net")
+ (user "git")
+ ;; git.twilken.net is a CNAME to lud.twilken.net.
+ (port (assoc-ref %ssh-ports "lud.twilken.net")))
,(openssh-host (name "github.com") (user "git"))
,(openssh-host (name "ssh.github.com") (user "git"))
,(openssh-host