m 1: use new Reaktor api
This commit is contained in:
parent
0ce84b3ff8
commit
44c68ca407
|
@ -32,8 +32,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
krebs.Reaktor = {
|
krebs.Reaktor.debug = {
|
||||||
enable = true;
|
|
||||||
debug = true;
|
debug = true;
|
||||||
extraEnviron = {
|
extraEnviron = {
|
||||||
REAKTOR_HOST = "ni.r";
|
REAKTOR_HOST = "ni.r";
|
||||||
|
|
|
@ -32,10 +32,9 @@ in {
|
||||||
|
|
||||||
krebs.build.host = config.krebs.hosts.wry;
|
krebs.build.host = config.krebs.hosts.wry;
|
||||||
|
|
||||||
krebs.Reaktor = {
|
krebs.Reaktor.reaktor = {
|
||||||
nickname = "Reaktor|bot";
|
nickname = "Reaktor|bot";
|
||||||
channels = [ "#krebs" "#shackspace" "#binaergewitter" ];
|
channels = [ "#krebs" "#shackspace" "#binaergewitter" ];
|
||||||
enable = true;
|
|
||||||
plugins = with pkgs.ReaktorPlugins;[
|
plugins = with pkgs.ReaktorPlugins;[
|
||||||
titlebot
|
titlebot
|
||||||
# stockholm-issue
|
# stockholm-issue
|
||||||
|
|
Loading…
Reference in a new issue