summaryrefslogtreecommitdiffstats
path: root/krebs/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-05-20 10:57:27 +0200
committertv <tv@krebsco.de>2021-05-20 11:19:59 +0200
commit64259a12568b9fc3cc1507edcf44acfd7cc8a231 (patch)
tree64fcbaf3c27cb4e9467ee81efb97474e49ae9d02 /krebs/2configs
parent5460255668f43ad1486c6ce0261aebe06d64857a (diff)
reaktor2: add hackint
Diffstat (limited to 'krebs/2configs')
-rw-r--r--krebs/2configs/reaktor2.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix
index 473028f9..ac5fea8f 100644
--- a/krebs/2configs/reaktor2.nix
+++ b/krebs/2configs/reaktor2.nix
@@ -122,6 +122,23 @@ in {
};
krebs.reaktor2 = {
+ hackint = {
+ hostname = "irc.hackint.org";
+ nick = "reaktor2|krebs";
+ plugins = [
+ {
+ plugin = "register";
+ config = {
+ channels = [
+ "#krebs"
+ ];
+ };
+ }
+ systemPlugin
+ ];
+ username = "reaktor";
+ port = "6697";
+ };
freenode = {
hostname = "irc.freenode.org";
nick = "reaktor2|krebs";