summaryrefslogtreecommitdiffstats
path: root/modules/mors
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-06-10 00:15:24 +0200
committerlassulus <lass@aidsballs.de>2015-06-10 00:15:24 +0200
commitd08eee4ea72ee3b45a4c3b6ae911b60f61193954 (patch)
tree14c37f34e222b14dcbdc3673bb39629479313f21 /modules/mors
parentd01439e692476a36ee05e6b06ad75b8081b086d5 (diff)
krebs-repos: add initial config
Diffstat (limited to 'modules/mors')
-rw-r--r--modules/mors/repos.nix14
1 files changed, 5 insertions, 9 deletions
diff --git a/modules/mors/repos.nix b/modules/mors/repos.nix
index d54d4372..e31ba948 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";
};