diff options
author | lassulus <lass@aidsballs.de> | 2015-06-10 00:15:24 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-06-10 00:15:24 +0200 |
commit | d08eee4ea72ee3b45a4c3b6ae911b60f61193954 (patch) | |
tree | 14c37f34e222b14dcbdc3673bb39629479313f21 /modules/uriel | |
parent | d01439e692476a36ee05e6b06ad75b8081b086d5 (diff) |
krebs-repos: add initial config
Diffstat (limited to 'modules/uriel')
-rw-r--r-- | modules/uriel/repos.nix | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/modules/uriel/repos.nix b/modules/uriel/repos.nix index d54d43725..e31ba9481 100644 --- a/modules/uriel/repos.nix +++ b/modules/uriel/repos.nix @@ -3,6 +3,8 @@ { imports = [ ../lass/gitolite-base.nix + ../common/krebs-keys.nix + ../common/krebs-repos.nix ]; services.gitolite = { @@ -42,20 +44,17 @@ extraConfig = "option hook.post-receive = irc-announce"; }; - painload = { + brain = { users = { lass = "RW+"; - tv = "R"; - makefu = "R"; }; extraConfig = "option hook.post-receive = irc-announce"; + #hooks.post-receive = irc-announce; }; - brain = { + painload = { users = { lass = "RW+"; - tv = "R"; - makefu = "R"; }; extraConfig = "option hook.post-receive = irc-announce"; }; @@ -63,9 +62,6 @@ services = { users = { lass = "RW+"; - tv = "R"; - makefu = "R"; - reaktor = "R"; }; extraConfig = "option hook.post-receive = irc-announce"; }; |