Setup Forgejo service + Migrate git configurations
This commit is contained in:
parent
115e2849cd
commit
9f8378df75
5 changed files with 40 additions and 5 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "sajenim";
|
||||
userName = "jasmine";
|
||||
userEmail = "its.jassy@pm.me";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
core.sshCommand = "ssh -i ~/.ssh/github_sk -F /dev/null";
|
||||
gpg.format = "ssh";
|
||||
user.signingkey = "~/.ssh/signing_sk.pub";
|
||||
init.defaultBranch = "master";
|
||||
core.sshCommand = "ssh -i ~/.ssh/forgejo_sk -F /dev/null";
|
||||
commit.gpgsign = "true";
|
||||
user.signingkey = "8563E358D4E8040E";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue