diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 4 |
1 files changed, 1 insertions, 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; |