replace forgejo user with git

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-07-11 01:01:27 -07:00
parent 9cee3fce85
commit e666d4a1e1
2 changed files with 2 additions and 2 deletions

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.

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.