summaryrefslogtreecommitdiff
path: root/nix/modules/gitweb.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2026-02-12 17:37:56 -0800
committerPreston Pan <ret2pop@gmail.com>2026-02-12 17:37:56 -0800
commitef4bd15026b83f487cf064e7b7ce098cc8aca375 (patch)
treed6b8e7a57633164082792ab28932bea24513e2bb /nix/modules/gitweb.nix
parent6a4f95482fa2c0faeafa028eae164d00c6418ac3 (diff)
fix vps, maddy, everything works
Diffstat (limited to 'nix/modules/gitweb.nix')
-rw-r--r--nix/modules/gitweb.nix2
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";
'';
};
}