From 58dc543a7b37e97416800e3b1d5f783c0e38060f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 30 Jun 2020 18:35:15 +0100 Subject: Open :6667 Attempt to access Bitlbee from IRCCloud.com client... --- nixos/socrates/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix index 398ef7e8452c..81dc9f1a76e6 100644 --- a/nixos/socrates/configuration.nix +++ b/nixos/socrates/configuration.nix @@ -27,7 +27,7 @@ in { networkmanager.enable = true; interfaces.enp2s0f1.useDHCP = true; interfaces.wlp3s0.useDHCP = true; - firewall.allowedTCPPorts = [ 9418 80 443 ]; + firewall.allowedTCPPorts = [ 9418 80 443 6667 ]; }; time.timeZone = "UTC"; @@ -81,6 +81,7 @@ in { nixpkgs.config.bitlbee.enableLibPurple = true; services.bitlbee = { + interface = "0.0.0.0"; enable = true; libpurple_plugins = [ pkgs.telegram-purple -- cgit 1.4.1