From c6fb4199b6c9246b99c1983c8bac07369a2f5059 Mon Sep 17 00:00:00 2001
From: tv <tv@shackspace.de>
Date: Mon, 13 Jul 2015 18:27:46 +0200
Subject: [PATCH] 2 tv.git-public: set tv.git's root-{desc,title}

---
 2configs/tv/git-public.nix | 2 ++
 1 file changed, 2 insertions(+)

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";
   };
 }