add ssh aliases for github gitlab and uninsane

This commit is contained in:
Shelvacu
2024-11-22 16:46:52 -08:00
parent 0a81c1e44e
commit 24a449e06a

View File

@@ -152,6 +152,18 @@ else
Host sdf
HostName tty.sdf.org
Host u
User git
HostName git.uninsane.org
Host gl
User git
HostName gitlab.com
Host gh
User git
HostName github.com
Host *
User shelvacu
GlobalKnownHostsFile ${pkgs.writeText "known_hosts" config.vacu.ssh.knownHostsText}