puyak: add shackie reaktor irc bot
This commit is contained in:
parent
52d25726c2
commit
87c758f629
@ -115,6 +115,9 @@
|
|||||||
## Collect local statistics via collectd and send to collectd
|
## Collect local statistics via collectd and send to collectd
|
||||||
<stockholm/krebs/2configs/stats/shack-client.nix>
|
<stockholm/krebs/2configs/stats/shack-client.nix>
|
||||||
<stockholm/krebs/2configs/stats/shack-debugging.nix>
|
<stockholm/krebs/2configs/stats/shack-debugging.nix>
|
||||||
|
|
||||||
|
## shackie irc bot
|
||||||
|
<stockholm/krebs/2configs/shack/reaktor.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
krebs.build.host = config.krebs.hosts.puyak;
|
krebs.build.host = config.krebs.hosts.puyak;
|
||||||
|
19
krebs/2configs/shack/reaktor.nix
Normal file
19
krebs/2configs/shack/reaktor.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
krebs.reaktor2.shackie = {
|
||||||
|
hostname = "irc.libera.chat";
|
||||||
|
port = "6697";
|
||||||
|
nick = "shackie";
|
||||||
|
API.listen = "inet://127.0.0.1:7777";
|
||||||
|
plugins = [
|
||||||
|
{
|
||||||
|
plugin = "register";
|
||||||
|
config = {
|
||||||
|
channels = [
|
||||||
|
"#shackspace"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user