The machines in the network should be accessed by the node function parameter

svn path=/nixos/trunk/; revision=27538
This commit is contained in:
Sander van der Burg 2011-06-24 12:35:58 +00:00
parent 1ea24769a0
commit ab70d480ab

View File

@ -81,7 +81,7 @@ let
deployment.targetHost = pkgs.lib.mkOverride 900 configurationName; deployment.targetHost = pkgs.lib.mkOverride 900 configurationName;
} }
]; ];
extraArgs = evaluateMachines network; extraArgs = { nodes = evaluateMachines network; };
}).config; } }).config; }
) (attrNames (network))); ) (attrNames (network)));