diff options
-rw-r--r-- | modules/nixos/vhack/git-server/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/nixos/vhack/git-server/default.nix b/modules/nixos/vhack/git-server/default.nix index ed73cc7..610c6e7 100644 --- a/modules/nixos/vhack/git-server/default.nix +++ b/modules/nixos/vhack/git-server/default.nix @@ -150,9 +150,9 @@ in { enable-index-owner = true; # NOTE: This allows cgit to take configuration from the bare git repositories: - # eg. `cgit.section` should set the section, `cgit.homepage` the homepage, - # `cgit.owner` the owner and `cgit.description` the description of the repo (see - # cgitrc (5) for more). <2024-08-02> + # All `repo.<key>` can be set by setting `cgit.<key>` in the git config. E.g.: + # setting the owner (i.e. `repo.owner`) would be done by setting the + # `cgit.owner` config. All repo options are outline in the cgitrc (5) man page. enable-git-config = true; # Remove the `.git` suffix from scanned repositories (this must be set _before_ `scan-path`) |