From ab70d480ab1898b591d2dc948cf107f4c7e789bf Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Fri, 24 Jun 2011 12:35:58 +0000 Subject: [PATCH] The machines in the network should be accessed by the node function parameter svn path=/nixos/trunk/; revision=27538 --- modules/installer/tools/nixos-deploy-network/deploy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/tools/nixos-deploy-network/deploy.nix b/modules/installer/tools/nixos-deploy-network/deploy.nix index 6f9dd434d2f..5eda39269ca 100644 --- a/modules/installer/tools/nixos-deploy-network/deploy.nix +++ b/modules/installer/tools/nixos-deploy-network/deploy.nix @@ -81,7 +81,7 @@ let deployment.targetHost = pkgs.lib.mkOverride 900 configurationName; } ]; - extraArgs = evaluateMachines network; + extraArgs = { nodes = evaluateMachines network; }; }).config; } ) (attrNames (network)));