diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-07-04 00:18:04 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-07-04 00:18:04 -0400 |
| commit | c42d462bdde5dbf167d7f1be1e89d7fc5e65fd45 (patch) | |
| tree | c0fd6b454898638ab265930f820201bc847f746b | |
| parent | switch to cgit (diff) | |
| download | nixos-c42d462bdde5dbf167d7f1be1e89d7fc5e65fd45.tar.gz nixos-c42d462bdde5dbf167d7f1be1e89d7fc5e65fd45.tar.bz2 nixos-c42d462bdde5dbf167d7f1be1e89d7fc5e65fd45.zip | |
remove ssh clone url
| -rw-r--r-- | hosts/icon/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index c772dae..a5aa0b9 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -118,7 +118,7 @@ strict-export = "git-daemon-export-ok"; cache-size = 1000; cache-root = "/srv/git/.cache"; - clone-url = "git://git.skullheadx.com/$CGIT_REPO_URL git@git.skullheadx.com:$CGIT_REPO_URL"; + clone-url = "git://git.skullheadx.com/$CGIT_REPO_URL"; enable-http-clone = true; enable-index-links = true; enable-blame = true; |
