aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/irc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/irc/default.nix')
-rw-r--r--nixops/modules/irc/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nixops/modules/irc/default.nix b/nixops/modules/irc/default.nix
index 37cb53b..4cf27e5 100644
--- a/nixops/modules/irc/default.nix
+++ b/nixops/modules/irc/default.nix
@@ -69,12 +69,6 @@ in
69 ''; 69 '';
70 }; 70 };
71 71
72 nixpkgs.overlays = [ (self: super: rec {
73 bitlbee = super.bitlbee.overrideAttrs(old: {
74 patches = (old.patches or []) ++ [ ./bitlbee_long_nicks.patch ];
75 });
76 }) ];
77
78 networking.firewall.allowedTCPPorts = [ 6697 ]; 72 networking.firewall.allowedTCPPorts = [ 6697 ];
79 services.bitlbee = { 73 services.bitlbee = {
80 enable = true; 74 enable = true;