From b76a8f3639efa31bfc0b7686fa55b7207446eb03 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 22 Apr 2024 10:37:09 +0200 Subject: update cgit settings --- system/linde.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/system/linde.nix b/system/linde.nix index 4e2ff959..3f971b3b 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -633,7 +633,7 @@ in env SCRIPT_FILENAME {http.vars.root}/cgit.cgi env CGIT_CONFIG ${pkgs.writeText "cgitrc" '' head-include=/srv/http/cgit/responsive-cgit-css-master/head.html - css=/custom/custom.css + css=/custom/responsive-cgit-css-master/cgit.css virtual-root=/ logo= readme=:README.md @@ -651,7 +651,6 @@ in enable-commit-graph=1 mimetype-file=${pkgs.nginx}/conf/mime.types section-from-path=1 - side-by-side-diffs=1 noplainemail=1 repository-sort=age root-title=my personal projects @@ -749,7 +748,6 @@ in }; }; }; - users.groups.git.gid = config.ids.gids.git; services.gitDaemon = { enable = true; -- cgit 1.4.1