diff options
author | lassulus <lass@aidsballs.de> | 2015-10-03 22:51:12 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-10-04 13:43:26 +0200 |
commit | 29396c23f70161967ad9e0e3ef04eedfe5ff4b31 (patch) | |
tree | 5ae1f162e31ed57ca87b34546930f8bc4f9ef138 /lass/2configs/mors | |
parent | 0a7d4c3469a0411790e6edb5bfe7d0bef3bf2dd6 (diff) |
lass 2: remove old git config
Diffstat (limited to 'lass/2configs/mors')
-rw-r--r-- | lass/2configs/mors/repos.nix | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/lass/2configs/mors/repos.nix b/lass/2configs/mors/repos.nix deleted file mode 100644 index 1f7f33456..000000000 --- a/lass/2configs/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"; - }; - }; - - }; - }; -} |