3
0
Fork 0
forked from mirrors/nixpkgs

nixos/dnschain: use nodePackages.dnschain

This commit is contained in:
rnhmjoj 2017-10-31 22:03:38 +01:00
parent fb9e4daa41
commit ea8714ecb1
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

View file

@ -158,7 +158,7 @@ in
serviceConfig = {
User = "dnschain";
Restart = "on-failure";
ExecStart = "${pkgs.dnschain}/bin/dnschain";
ExecStart = "${pkgs.nodePackages.dnschain}/bin/dnschain";
};
preStart = ''