diff options
-rw-r--r-- | 2configs/tv/git-public.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; }; } |