Update repo URL to use custom SSH port

This commit is contained in:
Bastian Gruber 2026-01-28 18:10:37 +00:00
parent 1c88d55512
commit 52422dc730
Signed by: gruberb
GPG key ID: 426AF1CBA0530691

View file

@ -19,7 +19,7 @@ Personal dotfiles managed with [Chezmoi](https://www.chezmoi.io/).
### New Machine ### New Machine
```bash ```bash
chezmoi init git@forgejo.novanexus.ca:gruberb/dotfiles.git chezmoi init ssh://git@code.novanexus.ca:2222/gruberb/dotfiles.git
chezmoi diff chezmoi diff
chezmoi apply chezmoi apply
``` ```