aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/gitweb.nix
blob: 51cff87bd9d3f9d0bf147eb26b3aa1cd14ae3f65 (plain)
1
2
3
4
5
6
7
{ lib, config, ... }:
{
  services.gitweb = {
    gitwebTheme = true;
    projectroot = "/srv/git/";
  };
}