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
Copy file name to clipboardExpand all lines: terraform/all-in-one.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ No resources.
117
117
| <aname="input_install_user"></a> [install\_user](#input_install_user)| SSH user used to connect to the target\_host, before installing NixOS. If null than the value of `target_host` is used |`string`|`null`| no |
118
118
| <aname="input_instance_id"></a> [instance\_id](#input_instance_id)| The instance id of the target\_host, used to track when to reinstall the machine |`string`|`null`| no |
| <aname="input_nix_options"></a> [nix\_options](#input_nix_options)| the options of nix |`map(string)`|`null`| no |
120
+
| <aname="input_nix_options"></a> [nix\_options](#input_nix_options)| the options of nix |`map(string)`|`{}`| no |
121
121
| <aname="input_nixos_partitioner_attr"></a> [nixos\_partitioner\_attr](#input_nixos_partitioner_attr)| Nixos partitioner and mount script i.e. your-flake#nixosConfigurations.your-evaluated-nixos.config.system.build.diskoNoDeps or just your-evaluated.config.system.build.diskNoDeps. `config.system.build.diskNoDeps` is provided by the disko nixos module |`string`| n/a | yes |
122
122
| <aname="input_nixos_system_attr"></a> [nixos\_system\_attr](#input_nixos_system_attr)| The nixos system to deploy i.e. your-flake#nixosConfigurations.your-evaluated-nixos.config.system.build.toplevel or just your-evaluated-nixos.config.system.build.toplevel if you are not using flakes |`string`| n/a | yes |
123
123
| <aname="input_no_reboot"></a> [no\_reboot](#input_no_reboot)| Do not reboot after installation |`bool`|`false`| no |
0 commit comments