Fix git config
This commit is contained in:
parent
65efe96fc1
commit
1796c2e264
2 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
services = let
|
services = let
|
||||||
domain = "git.federated.nexus";
|
domain = "git.federated.nexus";
|
||||||
socket = "/run/forgejo/socket";
|
socket = "/run/forgejo/socket";
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
};
|
};
|
||||||
url = {
|
url = {
|
||||||
"git@github.com:".insteadOf = ["https://github.com/"];
|
"git@github.com:".insteadOf = ["https://github.com/"];
|
||||||
"git@git.henryhiles.com:".insteadOf = ["https://git.henryhiles.com"];
|
"git@git.federated.nexus:".insteadOf = ["https://git.federated.nexus"];
|
||||||
};
|
};
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue