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)));