The machines in the network should be accessed by the node function parameter
svn path=/nixos/trunk/; revision=27538
This commit is contained in:
parent
1ea24769a0
commit
ab70d480ab
|
@ -81,7 +81,7 @@ let
|
|||
deployment.targetHost = pkgs.lib.mkOverride 900 configurationName;
|
||||
}
|
||||
];
|
||||
extraArgs = evaluateMachines network;
|
||||
extraArgs = { nodes = evaluateMachines network; };
|
||||
}).config; }
|
||||
) (attrNames (network)));
|
||||
|
||||
|
|
Loading…
Reference in New Issue