This commit is contained in:
gwg313 2025-03-25 22:18:25 -04:00
parent fe4380c766
commit 2bf9449a19
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
7 changed files with 42 additions and 14 deletions

View file

@ -51,13 +51,13 @@
};
"onedev.local" = {
hostname = "git.local.gwg313.xyz";
user = "gwg313";
user = "git";
identityFile = "/home/gwg313/.ssh/onedev/id_ed25519";
port = 2222;
};
"onedev" = {
hostname = "git.gwg313.xyz";
user = "gwg313";
user = "git";
identityFile = "/home/gwg313/.ssh/onedev/id_ed25519";
port = 2222;
};