@cryptotaxi247 / infra / commits / 4ea8fc96

Allow impure host dep on nsswitch.conf

Eelco Dolstra committed Jul 1, 2015 at 10:48 UTC 4ea8fc96fad08f8c277a21e0f5b96e5ab693aa0d
1 file changed +1 -1
delft/common.nix
+1 -1
@@ -46,7 +46,7 @@ with pkgs.lib;
46 nix.extraOptions =
47 ''
48 build-cores = 0
49 - allowed-impure-host-deps = /etc/protocols /etc/services
49 + allowed-impure-host-deps = /etc/protocols /etc/services /etc/nsswitch.conf
50 '';
51
52 services.zabbixAgent.enable = true;