aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/git.nix
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-08-15 00:03:49 +0200
committerSimen A. W. Olsen <hello@simenandre.no>2026-08-15 00:03:49 +0200
commit3c7ea11324ca5539bfabace350993719e9e205b3 (patch)
tree86948e9a10f0ca65e1ec25a6dd669d7a0f356187 /modules/home/git.nix
parent653ebf40676e7448548869e2e79154471dfab047 (diff)
downloaddotfiles-3c7ea11324ca5539bfabace350993719e9e205b3.tar.gz
dotfiles-3c7ea11324ca5539bfabace350993719e9e205b3.zip
chore: migrate repository to simenandre.no
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 {});
};