services.lighttpd.cgit.configText

NixOS option

Verbatim contents of the cgit runtime configuration file. Documentation (with cgitrc example file) is available in “man cgitrc”. Or online: http://git.zx2c4.com/cgit/tree/cgitrc.5.txt

type: strings concatenated with "\n"
Default
""
Example
''
  source-filter=${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py
  about-filter=${pkgs.cgit}/lib/cgit/filters/about-formatting.sh
  cache-size=1000
  scan-path=/srv/git
''
declared in: nixos/modules/services/web-servers/lighttpd/cgit.nixView source on NixOS/nixpkgs →