Add garage forgejo

This commit is contained in:
asonix 2024-03-03 14:31:37 -06:00
parent 5ea32fd74b
commit 8b2bdede30

View file

@ -51,6 +51,13 @@ in
identityFile = "/home/asonix/.ssh/gitea-key";
port = 22;
};
"git.deuxfleurs.fr" = {
hostname = "git.deuxfleurs.fr";
user = "git";
identitiesOnly = true;
identityFile = "/home/asonix/.ssh/garage-git";
port = 22;
};
"router" = server {
hostname = "ssh.asonix.dog";
port = 3128;