summary refs log tree commit diff
path: root/nixos/modules/services/networking/dnschain.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2017-10-31 22:03:38 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2017-10-31 22:03:38 +0100
commitea8714ecb16fc5e000c8e4638a937063c430780c (patch)
tree251b39c00975c0bee15aae850d4544ec1630a4d2 /nixos/modules/services/networking/dnschain.nix
parentfb9e4daa41404cb1cb19f18222e9e0d38ab99ace (diff)
downloadnixpkgs-ea8714ecb16fc5e000c8e4638a937063c430780c.tar
nixpkgs-ea8714ecb16fc5e000c8e4638a937063c430780c.tar.gz
nixpkgs-ea8714ecb16fc5e000c8e4638a937063c430780c.tar.bz2
nixpkgs-ea8714ecb16fc5e000c8e4638a937063c430780c.tar.lz
nixpkgs-ea8714ecb16fc5e000c8e4638a937063c430780c.tar.xz
nixpkgs-ea8714ecb16fc5e000c8e4638a937063c430780c.tar.zst
nixpkgs-ea8714ecb16fc5e000c8e4638a937063c430780c.zip
nixos/dnschain: use nodePackages.dnschain
Diffstat (limited to 'nixos/modules/services/networking/dnschain.nix')
-rw-r--r--nixos/modules/services/networking/dnschain.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/dnschain.nix b/nixos/modules/services/networking/dnschain.nix
index ab7bbb15ad4..ee1cd360003 100644
--- a/nixos/modules/services/networking/dnschain.nix
+++ b/nixos/modules/services/networking/dnschain.nix
@@ -158,7 +158,7 @@ in
       serviceConfig = {
         User = "dnschain";
         Restart = "on-failure";
-        ExecStart = "${pkgs.dnschain}/bin/dnschain";
+        ExecStart = "${pkgs.nodePackages.dnschain}/bin/dnschain";
       };
 
       preStart = ''