aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/cgit.nix
blob: cfb9158231588fea86fdf492bff18e8309376973 (plain)
1
2
3
4
5
6
{ config, lib, ... }:
{
  services.cgit = {
    enable = true;
  };
}