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 | 77e1ddfbb085b05d56bd03dae2a63f36860af595 (patch) | |
tree | 14c37f34e222b14dcbdc3673bb39629479313f21 /modules/mors | |
parent | aa2e1b26dc579881ad62684f6b31da145a426c6c (diff) |
krebs-repos: add initial config
Diffstat (limited to 'modules/mors')
-rw-r--r-- | modules/mors/repos.nix | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/modules/mors/repos.nix b/modules/mors/repos.nix index d54d437..e31ba94 100644 --- a/modules/mors/repos.nix +++ b/modules/mors/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"; }; |