diff options
Diffstat (limited to 'hosts')
| -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; |
