diff --git a/2configs/tv/git-public.nix b/2configs/tv/git-public.nix
index 0ca04d263..796b0a2e9 100644
--- a/2configs/tv/git-public.nix
+++ b/2configs/tv/git-public.nix
@@ -79,5 +79,7 @@ in
   tv.git = {
     enable = true;
     inherit repos rules users;
+    root-title = "public repositories at ${config.networking.hostName}";
+    root-desc = "keep calm and engage";
   };
 }