tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/dnschain: use nodePackages.dnschain
rnhmjoj
8 years ago
ea8714ec
fb9e4daa
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
networking
dnschain.nix
+1
-1
nixos/modules/services/networking/dnschain.nix
···
158
158
serviceConfig = {
159
159
User = "dnschain";
160
160
Restart = "on-failure";
161
161
-
ExecStart = "${pkgs.dnschain}/bin/dnschain";
161
161
+
ExecStart = "${pkgs.nodePackages.dnschain}/bin/dnschain";
162
162
};
163
163
164
164
preStart = ''