summaryrefslogtreecommitdiffstats
path: root/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-24 21:04:18 +0200
committermakefu <github@syntax-fehler.de>2015-07-24 21:04:18 +0200
commit7d71db1eb0ce36f8be914f53412615eba0090747 (patch)
tree45eeebb4dc1ad101670704a5157158392433eaf5 /3modules
parent4826257ea3c239d77a58934d34bb02505426e39f (diff)
add git.nix docs, add pnp
Diffstat (limited to '3modules')
-rw-r--r--3modules/krebs/git.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/3modules/krebs/git.nix b/3modules/krebs/git.nix
index 3c3e9342..2d747cc1 100644
--- a/3modules/krebs/git.nix
+++ b/3modules/krebs/git.nix
@@ -29,7 +29,15 @@ let
cgit = mkOption {
type = types.bool;
default = true;
- description = "Enable cgit."; # TODO better desc; talk about nginx
+ description = ''
+ Enable cgit.
+ Cgit is an attempt to create a fast web interface for the git version
+ control system, using a built in cache to decrease pressure on the
+ git server.
+ cgit in this module is being served via fastcgi nginx.This module
+ deploys a http://cgit.<hostname> nginx configuration and enables nginx
+ if not yet enabled.
+ '';
};
dataDir = mkOption {
type = types.str;