aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/git.nix b/modules/home/git.nix
index 85665ab..bfd0b40 100644
--- a/modules/home/git.nix
+++ b/modules/home/git.nix
@@ -50,6 +50,7 @@
gpg.format = "ssh";
"gpg \"ssh\"".program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign";
"url \"ssh://git@github.com/\"".insteadOf = "https://github.com/";
+ "url \"ssh://git@codeberg.org/\"".insteadOf = "https://codeberg.org/";
commit.gpgsign = true;
} else {});
};