diff options
-rw-r--r-- | nix-conf/home/includes/irssi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/irssi.nix b/nix-conf/home/includes/irssi.nix index c7459bc..83e73e2 100644 --- a/nix-conf/home/includes/irssi.nix +++ b/nix-conf/home/includes/irssi.nix @@ -187,6 +187,7 @@ }; refchat = { nick = "djm"; + saslExternal = true; server = { address = "gill.refchat.net"; port = 6697; |