···231 # a collision with an apparently unrelated environment
232 # variable with the same name exported by dhcpcd.
233 interface_order='lo lo[0-9]*'
234- '' + optionalString config.services.nscd.enable ''
235- # Invalidate the nscd cache whenever resolv.conf is
236- # regenerated.
237- libc_restart='${pkgs.systemd}/bin/systemctl try-restart --no-block nscd.service 2> /dev/null'
238 '' + optionalString (length resolvconfOptions > 0) ''
239 # Options as described in resolv.conf(5)
240 resolv_conf_options='${concatStringsSep " " resolvconfOptions}'
···231 # a collision with an apparently unrelated environment
232 # variable with the same name exported by dhcpcd.
233 interface_order='lo lo[0-9]*'
0000234 '' + optionalString (length resolvconfOptions > 0) ''
235 # Options as described in resolv.conf(5)
236 resolv_conf_options='${concatStringsSep " " resolvconfOptions}'