Author: eelco Date: 2010-07-06 11:03:23 +0000 (Tue, 06 Jul 2010) New Revision: 22492
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22492&view=rev Modified: nixos/trunk/modules/tasks/network-interfaces.nix Log: * The `network-interfaces' task should wait until `udevtrigger' has finished, because it loads the kernel modules for the network devices. Changes: Modified: nixos/trunk/modules/tasks/network-interfaces.nix =================================================================== --- nixos/trunk/modules/tasks/network-interfaces.nix 2010-07-06 09:29:05 UTC (rev 22491) +++ nixos/trunk/modules/tasks/network-interfaces.nix 2010-07-06 11:03:23 UTC (rev 22492) @@ -148,7 +148,7 @@ jobs.networkInterfaces = { name = "network-interfaces"; - startOn = "started udev"; + startOn = "stopped udevtrigger"; preStart = '' _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
