diff options
author | Alan Pearce | 2024-04-22 10:37:09 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-22 10:37:09 +0200 |
commit | b76a8f3639efa31bfc0b7686fa55b7207446eb03 (patch) | |
tree | b61d6fe73c705a80e2754bdd5627869776a18824 /system | |
parent | 1643493fc203c6f75dad156c7cea29ad0ad4e5b9 (diff) | |
download | nixfiles-b76a8f3639efa31bfc0b7686fa55b7207446eb03.tar.lz nixfiles-b76a8f3639efa31bfc0b7686fa55b7207446eb03.tar.zst nixfiles-b76a8f3639efa31bfc0b7686fa55b7207446eb03.zip |
update cgit settings
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; |