From 2505203d7beb660853f11c0b6d1835797c73de80 Mon Sep 17 00:00:00 2001 From: Tom Doggett Date: Wed, 24 May 2017 22:04:44 -0700 Subject: [PATCH] znc module: Fix error with bitlbee channel closing tag missing a newline. --- nixos/modules/services/networking/znc.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/znc.nix b/nixos/modules/services/networking/znc.nix index 194f8647567..2b9867ade10 100644 --- a/nixos/modules/services/networking/znc.nix +++ b/nixos/modules/services/networking/znc.nix @@ -53,7 +53,8 @@ let Server = ${net.server} ${lib.optionalString net.useSSL "+"}${toString net.port} ${net.password} ${concatMapStrings (c: "\n\n") net.channels} ${lib.optionalString net.hasBitlbeeControlChannel '' - + + ''} ${net.extraConf}