From f60eb6c3c76347cc5ff304d018763b10d0116e55 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 12 Feb 2020 01:03:31 +0000 Subject: refactor(web/cgit-taz): Serve depot from disk location on camden --- web/cgit-taz/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'web/cgit-taz/default.nix') diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index c2dd7a4a47..21f19eaa7d 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 - 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 ''; -- cgit 1.4.1