diff options
author | tv <tv@shackspace.de> | 2015-07-24 11:44:49 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-24 11:51:06 +0200 |
commit | 5f63c4071c7b1680e75671c0acede8a9bce4b14c (patch) | |
tree | 09235e4342792bba5adf0c52950514ed5e339c81 /2configs/tv/git-public.nix | |
parent | 734ec4ae00c93d48297b7c3ee226ef890187bfa3 (diff) |
3: {tv -> krebs}.git
Diffstat (limited to '2configs/tv/git-public.nix')
-rw-r--r-- | 2configs/tv/git-public.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2configs/tv/git-public.nix b/2configs/tv/git-public.nix index 7222f99eb..7f2b51308 100644 --- a/2configs/tv/git-public.nix +++ b/2configs/tv/git-public.nix @@ -3,8 +3,8 @@ with import ../../4lib/tv { inherit lib pkgs; }; let out = { - imports = [ ../../3modules/tv/git.nix ]; - tv.git = { + imports = [ ../../3modules/krebs/git.nix ]; + krebs.git = { enable = true; root-title = "public repositories at ${config.tv.identity.self.name}"; root-desc = "keep calm and engage"; |