Allow some impure host dependencies in chroots
Eelco Dolstra committed
Apr 3, 2015 at 11:53 UTC
f9fb32961abc10b74fc7122c9f23083d162e147a
1 file changed
+1
delft/common.nix
+1
@@ -46,6 +46,7 @@ with pkgs.lib;
46
nix.extraOptions =
47
''
48
build-cores = 0
49
+ allowed-impure-host-deps = /etc/protocols /etc/services
50
'';
51
52
services.zabbixAgent.enable = true;