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
@@ -109,7 +111,7 @@ NixOS without relying on special_args.
109
111
centralizing state in a single repository.
110
112
-**Disadvantages**:
111
113
- Deploying new machines requires tracking additional state. Every time
112
-
Terraform updates the JSON file, you’ll need to commit these changes to your
114
+
Terraform updates the JSON file, you'll need to commit these changes to your
113
115
repository.
114
116
115
117
### Implementation
@@ -218,6 +220,7 @@ No resources.
218
220
| <aname="input_no_reboot"></a> [no\_reboot](#input_no_reboot)| DEPRECATED: Use `phases` instead. Do not reboot after installation |`bool`|`false`| no |
219
221
| <aname="input_phases"></a> [phases](#input_phases)| Phases to run. See `nixos-anywhere --help` for more information |`set(string)`| <pre>[<br> "kexec",<br> "disko",<br> "install",<br> "reboot"<br>]</pre> | no |
220
222
| <aname="input_special_args"></a> [special\_args](#input_special_args)| A map exposed as NixOS's `specialArgs` thru a file. |`any`|`{}`| no |
223
+
| <aname="input_build_on_remote"></a> [build\_on\_remote](#input_build_on_remote)| Build the closure on the remote machine instead of building it locally and copying it over |`bool`|`false`| no |
221
224
| <aname="input_stop_after_disko"></a> [stop\_after\_disko](#input_stop_after_disko)| DEPRECATED: Use `phases` instead. Exit after disko formatting |`bool`|`false`| no |
222
225
| <aname="input_target_host"></a> [target\_host](#input_target_host)| DNS host to deploy to |`string`| n/a | yes |
223
226
| <aname="input_target_port"></a> [target\_port](#input_target_port)| SSH port used to connect to the target\_host after installing NixOS. If install\_port is not set than this port is also used before installing. |`number`|`22`| no |
0 commit comments