[Nix-dev] [Nix-commits] SVN commit: nix - r33097 - in nixos/trunk/modules: . services/networking

Eelco Dolstra eelco.dolstra at logicblox.com
Thu Mar 15 11:33:16 CET 2012


Hi,

On 15/03/12 08:19, Yury G. Kudryashov wrote:

> Log:
> Add NetworkManager module

Nice!

> +          if test "$2" = "up"; then
> +            ${pkgs.upstart}/sbin/initctl emit ip-up

If known, could you also the interface name here in the IFACE parameter?  The
dhcpcd module does this:

  ${config.system.build.upstart}/sbin/initctl emit -n ip-up IFACE=$interface

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/


More information about the nix-dev mailing list