From d807217493740e0075f8172ac493ea6f2dcf6042 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 12 Dec 2023 14:28:07 -0600 Subject: [PATCH] Update ssh alias --- home/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/ssh.nix b/home/ssh.nix index 09ed6df..60f111f 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -27,7 +27,7 @@ "chronicles.thehellings.lan" = lib.hm.dag.entryBefore [ "*.thehellings.lan"] nas; gh = { user = "git"; hostname = "github.com"; }; - "src" = { user = "gitea"; hostname = "src.thehellings.com"; }; + "src" = { user = "forgejo"; hostname = "src.thehellings.com"; }; "*.thehellings.lan" = owned; "10.42.*" = owned;