Open :6667
Attempt to access Bitlbee from IRCCloud.com client...
This commit is contained in:
parent
4d577bd8a9
commit
58dc543a7b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue