aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/irc/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-02 02:17:28 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-02 02:17:28 +0200
commitc1b6f97a72e0b4897ce11414df28259d4ea3c5ab (patch)
treef0fb690030fd261b32798f5084220a7f83a3fe61 /nixops/modules/irc/default.nix
parent5010032101ed3bceaa40fb0a631066e8098c1d7e (diff)
downloadNix-c1b6f97a72e0b4897ce11414df28259d4ea3c5ab.tar.gz
Nix-c1b6f97a72e0b4897ce11414df28259d4ea3c5ab.tar.zst
Nix-c1b6f97a72e0b4897ce11414df28259d4ea3c5ab.zip
Move some overlays to parent directory
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;