diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-08-15 00:03:49 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-08-15 00:03:49 +0200 |
| commit | 3c7ea11324ca5539bfabace350993719e9e205b3 (patch) | |
| tree | 86948e9a10f0ca65e1ec25a6dd669d7a0f356187 /modules/home/git.nix | |
| parent | 653ebf40676e7448548869e2e79154471dfab047 (diff) | |
| download | dotfiles-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.nix | 2 |
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 {}); }; |
