diff options
Diffstat (limited to 'nix/modules/gitweb.nix')
| -rw-r--r-- | nix/modules/gitweb.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/modules/gitweb.nix b/nix/modules/gitweb.nix index c98e4c6..69cb951 100644 --- a/nix/modules/gitweb.nix +++ b/nix/modules/gitweb.nix @@ -5,6 +5,8 @@ projectroot = "/srv/git/"; extraConfig = '' our $export_ok = "git-daemon-export-ok"; +our $site_name = "NullRing Git Server"; +our $site_header = "NullRing Projects"; ''; }; } |
