From ef4bd15026b83f487cf064e7b7ce098cc8aca375 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 12 Feb 2026 17:37:56 -0800 Subject: fix vps, maddy, everything works --- nix/modules/gitweb.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/modules/gitweb.nix') 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"; ''; }; } -- cgit v1.3