diff options
| -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"; | 
