add codeberg alias
This commit is contained in:
parent
f0bd685f77
commit
165707c937
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
signingKey = builtins.elemAt (import ../../secrets/keys.nix) 0;
|
||||
};
|
||||
url = {
|
||||
"git@github.com:".insteadOf = ["https://github.com/"];
|
||||
"git@github.com:".insteadOf = ["https://github.com"];
|
||||
"git@codeberg.org:".insteadOf = ["https://codeberg.org"];
|
||||
"git@git.federated.nexus:".insteadOf = ["https://git.federated.nexus"];
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue