m 1 wry: mv Reaktor to omo
This commit is contained in:
parent
defaf14983
commit
5a004c8910
|
@ -182,5 +182,17 @@ in {
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
||||||
|
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 ];
|
||||||
|
};
|
||||||
|
|
||||||
krebs.build.host = config.krebs.hosts.omo;
|
krebs.build.host = config.krebs.hosts.omo;
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,18 +33,6 @@ in {
|
||||||
|
|
||||||
krebs.build.host = config.krebs.hosts.wry;
|
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
|
# prepare graphs
|
||||||
services.nginx.enable = true;
|
services.nginx.enable = true;
|
||||||
krebs.retiolum-bootstrap.enable = true;
|
krebs.retiolum-bootstrap.enable = true;
|
||||||
|
@ -64,7 +52,7 @@ in {
|
||||||
return 403;
|
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 = {
|
anonymous = {
|
||||||
enableSSL = true;
|
enableSSL = true;
|
||||||
|
|
Loading…
Reference in a new issue