summary refs log tree commit diff
path: root/nixos/modules/services/misc/gitweb.nix
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2018-04-06 22:36:03 +0300
committergnidorah <gnidorah@users.noreply.github.com>2018-04-06 22:36:03 +0300
commit073089914e7890960ffa4cc5b57b18950d90ba37 (patch)
treee82b0ec81b09a96a8b2787d849ee446e34b36589 /nixos/modules/services/misc/gitweb.nix
parent97e891aee0df5b7edc705a40340be37f2d35bf9f (diff)
downloadnixpkgs-073089914e7890960ffa4cc5b57b18950d90ba37.tar
nixpkgs-073089914e7890960ffa4cc5b57b18950d90ba37.tar.gz
nixpkgs-073089914e7890960ffa4cc5b57b18950d90ba37.tar.bz2
nixpkgs-073089914e7890960ffa4cc5b57b18950d90ba37.tar.lz
nixpkgs-073089914e7890960ffa4cc5b57b18950d90ba37.tar.xz
nixpkgs-073089914e7890960ffa4cc5b57b18950d90ba37.tar.zst
nixpkgs-073089914e7890960ffa4cc5b57b18950d90ba37.zip
nixos/nginx: fix gitweb submodule
Diffstat (limited to 'nixos/modules/services/misc/gitweb.nix')
-rw-r--r--nixos/modules/services/misc/gitweb.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/gitweb.nix b/nixos/modules/services/misc/gitweb.nix
index 8e4d85a1e15..b0e34a690ca 100644
--- a/nixos/modules/services/misc/gitweb.nix
+++ b/nixos/modules/services/misc/gitweb.nix
@@ -28,6 +28,7 @@ in
       example = ''
         $feature{'highlight'}{'default'} = [1];
         $feature{'ctags'}{'default'} = [1];
+        $feature{'avatar'}{'default'} = ['gravatar'];
       '';
     };