You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| NIX\_PATH | Allow to pass custom NIX\_PATH. Ignored if `-`. |`string`|`"-"`| no |
97
+
| build\_on\_target | Avoid building on the deployer. Must be true or false. Has no effect when deploying from an incompatible system. Unlike remote builders, this does not require the deploying user to be trusted by its host. |`string`|`false`| no |
91
98
| config | NixOS configuration to be evaluated. This argument is required unless 'nixos\_config' is given |`string`|`""`| no |
92
99
| config\_pwd | Directory to evaluate the configuration in. This argument is required if 'config' is given |`string`|`""`| no |
93
100
| extra\_build\_args | List of arguments to pass to the nix builder |`list(string)`|`[]`| no |
94
101
| extra\_eval\_args | List of arguments to pass to the nix evaluation |`list(string)`|`[]`| no |
95
102
| keys | A map of filename to content to upload as secrets in /var/keys |`map(string)`|`{}`| no |
96
103
| nixos\_config | Path to a NixOS configuration |`string`|`""`| no |
104
+
| ssh\_agent | Whether to use an SSH agent |`bool`|`true`| no |
97
105
| ssh\_private\_key\_file | Path to private key used to connect to the target\_host. Ignored if `-` or empty. |`string`|`"-"`| no |
98
106
| target\_host | DNS host to deploy to |`any`| n/a | yes |
107
+
| target\_port | SSH port used to connect to the target\_host |`number`|`22`| no |
108
+
| target\_system | Nix system string |`string`|`"x86_64-linux"`| no |
99
109
| target\_user | SSH user used to connect to the target\_host |`string`|`"root"`| no |
100
110
| triggers | Triggers for deploy |`map(string)`|`{}`| no |
0 commit comments