From 3c7ea11324ca5539bfabace350993719e9e205b3 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Sat, 15 Aug 2026 00:03:49 +0200 Subject: chore: migrate repository to simenandre.no --- modules/home/git.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home/git.nix') 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 {}); }; -- cgit v1.2.3