diff options
author | tv <tv@krebsco.de> | 2021-05-20 10:57:27 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-05-20 11:19:59 +0200 |
commit | 64259a12568b9fc3cc1507edcf44acfd7cc8a231 (patch) | |
tree | 64fcbaf3c27cb4e9467ee81efb97474e49ae9d02 /krebs/2configs/reaktor2.nix | |
parent | 5460255668f43ad1486c6ce0261aebe06d64857a (diff) |
reaktor2: add hackint
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index 473028f95..ac5fea8fa 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"; |