From f29321d2c60633285994347e36c75418b85f6c23 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 23 Sep 2022 01:45:24 +0000 Subject: [PATCH] Set SSH alias --- home/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/ssh.nix b/home/ssh.nix index fcc2d3f..3703dc3 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -20,6 +20,7 @@ "chronicles.thehellings.lan" = lib.hm.dag.entryBefore [ "*.thehellings.lan"] nas; gh = { user = "git"; hostname = "github.com"; }; + "src" = { user = "gitea"; hostname = "src.thehellings.com"; }; "*.thehellings.lan" = owned; "10.42.*" = owned;