replace forgejo user with git
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
};
|
};
|
||||||
"forgejo" = {
|
"forgejo" = {
|
||||||
host = "code.jmug.me";
|
host = "code.jmug.me";
|
||||||
user = "forgejo";
|
user = "git";
|
||||||
identityFile = [
|
identityFile = [
|
||||||
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
|
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
|
||||||
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
|
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ in
|
|||||||
};
|
};
|
||||||
"forgejo" = {
|
"forgejo" = {
|
||||||
host = "code.jmug.me";
|
host = "code.jmug.me";
|
||||||
user = "forgejo";
|
user = "git";
|
||||||
identityFile = [
|
identityFile = [
|
||||||
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
|
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
|
||||||
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
|
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
|
||||||
|
|||||||
Reference in New Issue
Block a user