From 64259a12568b9fc3cc1507edcf44acfd7cc8a231 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 20 May 2021 10:57:27 +0200 Subject: reaktor2: add hackint --- krebs/2configs/reaktor2.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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"; -- cgit v1.2.3