diff options
author | makefu <github@syntax-fehler.de> | 2017-03-24 13:03:46 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-03-24 13:03:46 +0100 |
commit | 5a004c891096b805f26fef818fa75227fe1d071f (patch) | |
tree | 94a341532828c01fd507f287b1f7fbb0e645819a /makefu/1systems/wry.nix | |
parent | defaf14983770e880285c358f175e91244eaf2da (diff) |
m 1 wry: mv Reaktor to omo
Diffstat (limited to 'makefu/1systems/wry.nix')
-rw-r--r-- | makefu/1systems/wry.nix | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/makefu/1systems/wry.nix b/makefu/1systems/wry.nix index 2457ab92e..c403d2352 100644 --- a/makefu/1systems/wry.nix +++ b/makefu/1systems/wry.nix @@ -33,18 +33,6 @@ in { krebs.build.host = config.krebs.hosts.wry; - krebs.Reaktor.reaktor = { - nickname = "Reaktor|bot"; - channels = [ "#krebs" "#shackspace" "#binaergewitter" ]; - plugins = with pkgs.ReaktorPlugins;[ - titlebot - # stockholm-issue - nixos-version - shack-correct - sed-plugin - random-emoji ]; - }; - # prepare graphs services.nginx.enable = true; krebs.retiolum-bootstrap.enable = true; @@ -64,7 +52,7 @@ in { return 403; } ''; - serverAliases = [ "graphs.retiolum" "graphs.wry" "graphs.retiolum" "graphs.wry.retiolum" ]; + serverAliases = [ "graphs.r" "graphs.retiolum" "graphs.wry" "graphs.retiolum" "graphs.wry.retiolum" ]; }; anonymous = { enableSSL = true; |