From 0561e14c3b91893fcd55e78cde9fbd216c0f3d18 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Fri, 30 Oct 2015 23:12:29 +0200 Subject: bind: Split into multiple outputs A patch is needed to make bind not print its configure flags on 'named -V'. --- nixos/modules/services/networking/bind.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/networking/bind.nix b/nixos/modules/services/networking/bind.nix index b9e0eecf417d..08afafceff24 100644 --- a/nixos/modules/services/networking/bind.nix +++ b/nixos/modules/services/networking/bind.nix @@ -154,7 +154,7 @@ in chown ${bindUser} /var/run/named ''; - script = "${pkgs.bind}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only "-4"} -c ${cfg.configFile} -f"; + script = "${pkgs.bind.bin}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only "-4"} -c ${cfg.configFile} -f"; }; }; } -- cgit 1.4.1