about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-06-30T17·35+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-06-30T17·59+0100
commit58dc543a7b37e97416800e3b1d5f783c0e38060f (patch)
tree45492c4428c2657cf863065c484d3b9882696667 /nixos
parent4d577bd8a9521aae77fde3eb4f90164835942237 (diff)
Open :6667
Attempt to access Bitlbee from IRCCloud.com client...
Diffstat (limited to 'nixos')
-rw-r--r--nixos/socrates/configuration.nix3
1 files changed, 2 insertions, 1 deletions
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