aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/git.nix')
-rw-r--r--modules/home/git.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/git.nix b/modules/home/git.nix
index bfd0b40..20cb197 100644
--- a/modules/home/git.nix
+++ b/modules/home/git.nix
@@ -51,6 +51,8 @@
"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/";
+ # scp-style, not ssh://: the server rejects the absolute-path form
+ "url \"git@simenandre.no:\"".insteadOf = "https://simenandre.no/";
commit.gpgsign = true;
} else {});
};