From 96b62b299a1379367c82fa4773f07df093c2c961 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 23 May 2019 11:12:55 -0700 Subject: remove lighttpd altogether --- depo/nutin-madaj/git.nix | 44 +------------------------------------------- 1 file changed, 1 insertion(+), 43 deletions(-) (limited to 'depo/nutin-madaj/git.nix') diff --git a/depo/nutin-madaj/git.nix b/depo/nutin-madaj/git.nix index 9fedca0..c40e8b9 100644 --- a/depo/nutin-madaj/git.nix +++ b/depo/nutin-madaj/git.nix @@ -6,6 +6,7 @@ let in { services = { + gitolite = { enable = true; enableGitAnnex = true; @@ -18,48 +19,5 @@ in ''; adminPubkey = "${benKey}"; }; - lighttpd = { - enable = false; - port = 8000; - document-root = "/srv/www"; - mod_userdir = true; - mod_status = true; - collectd = { - enable = true; - }; - cgit = { - # disable cgit for now; the ssh interface still works anyway. - enable = false; - subdir = "git"; - configText = '' - cache-size=0 - clone-url=git@simatime.com:$CGIT_REPO_URL - enable-index-owner=1 - enable-http-clone=0 - enable-index-links=1 - enable-commit-graph=1 - enable-log-filecount=1 - enable-log-linecount=1 - enable-git-config=1 - remove-suffix=1 - branch-sort=age - max-stats=week - mimetype.gif=image/gif - mimetype.html=text/html - mimetype.jpg=image/jpeg - mimetype.jpeg=image/jpeg - mimetype.pdf=application/pdf - mimetype.png=image/png - mimetype.svg=image/svg+xml - about-filter=${pkgs.cgit}/lib/cgit/filters/about-formatting.sh - source-filter=${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py - readme=:README.md - root-title=simatime git repository - root-desc=a computer is a bicycle for the mind. - project-list=${gitDir}/projects.list - scan-path=${gitDir}/repositories - ''; - }; - }; }; } -- cgit v1.2.3