diff options
author | lassulus <lass@aidsballs.de> | 2015-07-28 20:28:21 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-07-28 20:28:21 +0200 |
commit | ac64527c5707cca5fc6e6e6ecf3957129cdb32b2 (patch) | |
tree | 741d27e6ec9279b6bd42deec2b4023aedc1bd598 /2configs/lass/mors/repos.nix | |
parent | b5d5b75d7d6dcc42f69418e6a454a64502fa6aee (diff) |
lass: port everything to stockholm
Diffstat (limited to '2configs/lass/mors/repos.nix')
-rw-r--r-- | 2configs/lass/mors/repos.nix | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/2configs/lass/mors/repos.nix b/2configs/lass/mors/repos.nix deleted file mode 100644 index 1f7f33456..000000000 --- a/2configs/lass/mors/repos.nix +++ /dev/null @@ -1,87 +0,0 @@ -{ ... }: - -{ - imports = [ - ../lass/gitolite-base.nix - ../common/krebs-keys.nix - ../common/krebs-repos.nix - ]; - - services.gitolite = { - repos = { - - config = { - users = { - lass = "RW+"; - uriel = "R"; - tv = "R"; - }; - extraConfig = "option hook.post-receive = irc-announce"; - }; - - pass = { - users = { - lass = "RW+"; - uriel = "R"; - }; - }; - - load-env = { - users = { - lass = "RW+"; - uriel = "R"; - tv = "R"; - }; - extraConfig = "option hook.post-receive = irc-announce"; - }; - - emse-drywall = { - users = { - lass = "RW+"; - uriel = "R"; - tv = "R"; - }; - extraConfig = "option hook.post-receive = irc-announce"; - }; - - emse-hsdb = { - users = { - lass = "RW+"; - uriel = "R"; - tv = "R"; - }; - extraConfig = "option hook.post-receive = irc-announce"; - }; - - brain = { - users = { - lass = "RW+"; - }; - extraConfig = "option hook.post-receive = irc-announce"; - #hooks.post-receive = irc-announce; - }; - - painload = { - users = { - lass = "RW+"; - }; - extraConfig = "option hook.post-receive = irc-announce"; - }; - - services = { - users = { - lass = "RW+"; - }; - extraConfig = "option hook.post-receive = irc-announce"; - }; - - xmonad-config = { - users = { - lass = "RW+"; - uriel = "R"; - }; - }; - - }; - }; -} |