replace forgejo user with git

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
jmug
2025-07-11 01:01:46 -07:00
parent 9cee3fce85
commit e666d4a1e1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
};
"forgejo" = {
host = "code.jmug.me";
user = "forgejo";
user = "git";
identityFile = [
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
+1 -1
View File
@@ -115,7 +115,7 @@ in
};
"forgejo" = {
host = "code.jmug.me";
user = "forgejo";
user = "git";
identityFile = [
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.