diff options
author | tv <tv@shackspace.de> | 2015-07-13 18:27:46 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-13 18:38:46 +0200 |
commit | c6fb4199b6c9246b99c1983c8bac07369a2f5059 (patch) | |
tree | ed3a65babdd990ca00583361e946d845af17fe80 | |
parent | 0ab950c13ee70d98f2b31818db511a615f3b0be6 (diff) |
2 tv.git-public: set tv.git's root-{desc,title}
-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"; }; } |