diff options
author | lassulus <lassulus@lassul.us> | 2020-10-22 21:11:35 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-10-22 21:11:35 +0200 |
commit | e66f557b1f6b029b99d572dd61225e45eff5278c (patch) | |
tree | ce0b25418f0ad2a070ae5288639a1d310efa5d1b /krebs | |
parent | de632c43193ef21c560490d0ef3e0e0771642edf (diff) |
reaktor: use tls on freenode
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index 061dc9ab9..d5b1d7ed8 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -137,6 +137,7 @@ in { systemPlugin ]; username = "reaktor2"; + port = 6697; }; r = { nick = "reaktor2|krebs"; |