diff options
author | makefu <github@syntax-fehler.de> | 2016-06-12 17:49:59 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-06-12 17:49:59 +0200 |
commit | ed1d336fc85935b73d9f8a2486ea3e95503ab655 (patch) | |
tree | c5b57637a8a6c283ee5bb2608d6412edac9bd1c6 /shared/2configs/cgit-mirror.nix | |
parent | 19d5be268368f073401d07f6657cf61827c9d59c (diff) | |
parent | fb8be5838adfe58fc5d13235ac82022cbdb8f6e4 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'shared/2configs/cgit-mirror.nix')
-rw-r--r-- | shared/2configs/cgit-mirror.nix | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/shared/2configs/cgit-mirror.nix b/shared/2configs/cgit-mirror.nix index b984535c9..d9241a2b5 100644 --- a/shared/2configs/cgit-mirror.nix +++ b/shared/2configs/cgit-mirror.nix @@ -11,7 +11,7 @@ let stockholm-mirror = { public = true; name = "stockholm-mirror"; - desc = "mirror for all stockholm branches"; + cgit.desc = "mirror for all stockholm branches"; hooks = { post-receive = pkgs.git-hooks.irc-announce { nick = config.networking.hostName; @@ -33,8 +33,12 @@ in { krebs.users.wolf-repo-sync = wolf-repo-sync; krebs.git = { enable = true; - root-title = "Shared Repos"; - root-desc = "keep on krebsing"; + cgit = { + settings = { + root-title = "Shared Repos"; + root-desc = "keep on krebsing"; + }; + }; inherit rules; repos.stockholm-mirror = stockholm-mirror; }; |