diff options
Diffstat (limited to 'web/cgit-taz')
-rw-r--r-- | web/cgit-taz/default.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index c2dd7a4a4730..21f19eaa7d19 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -28,18 +28,17 @@ let # Repository configuration repo.url=depot - repo.path=/git/depot/ + repo.path=/var/git/depot/ repo.desc=tazjin's personal monorepo repo.owner=tazjin <mail@tazj.in> - repo.clone-url=https://git.tazj.in ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/depot + repo.clone-url=https://git.tazj.in ''; thttpdConfig = writeText "thttpd.conf" '' - port=8080 + port=2448 dir=${cgit}/cgit nochroot novhost - logfile=/dev/stdout cgipat=**.cgi ''; |