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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -119,16 +119,16 @@ No resources.
119
119
| <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)`|`{}`| no |
122
+
| <aname="input_nixos_facter_path"></a> [nixos\_facter\_path](#input_nixos_facter_path)| Path to which to write a `facter.json` generated by `nixos-facter`. |`string`|`""`| no |
123
+
| <aname="input_nixos_generate_config_path"></a> [nixos\_generate\_config\_path](#input_nixos_generate_config_path)| Path to which to write a `hardware-configuration.nix` generated by `nixos-generate-config`. |`string`|`""`| no |
122
124
| <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 |
123
125
| <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 |
124
126
| <aname="input_no_reboot"></a> [no\_reboot](#input_no_reboot)| DEPRECATED: Use `phases` instead. Do not reboot after installation |`bool`|`false`| no |
125
-
| <aname="input_phases"></a> [phases](#input_phases)| Phases to run|`set(string)`| <pre>[<br> "kexec",<br> "disko",<br> "install",<br> "reboot"<br>]</pre> | no |
127
+
| <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 |
126
128
| <aname="input_stop_after_disko"></a> [stop\_after\_disko](#input_stop_after_disko)| DEPRECATED: Use `phases` instead. Exit after disko formatting |`bool`|`false`| no |
127
129
| <aname="input_target_host"></a> [target\_host](#input_target_host)| DNS host to deploy to |`string`| n/a | yes |
128
130
| <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 |
129
131
| <aname="input_target_user"></a> [target\_user](#input_target_user)| SSH user used to connect to the target\_host after installing NixOS. If install\_user is not set than this user is also used before installing. |`string`|`"root"`| no |
130
-
| <aname="input_nixos_generate_config_path"></a> [nixos\_generate\_config\_path](#input_nixos_generate_config_path)| Path to which to write a `hardware-configuration.nix` generated by `nixos-generate-config`. |`string`|`""`| no |
131
-
| <aname="input_nixos_facter_path"></a> [nixos\_facter\_path](#input_nixos_facter_path)| Path to which to write a `hardware-configuration.nix` generated by `nixos-facter`. |`string`|`""`| no |
Copy file name to clipboardExpand all lines: terraform/install.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,18 +71,18 @@ No modules.
71
71
| <aname="input_flake"></a> [flake](#input_flake)| The flake to install the system from |`string`|`""`| no |
72
72
| <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_nixos_facter_path"></a> [nixos\_facter\_path](#input_nixos_facter_path)| Path to which to write a `facter.json` generated by `nixos-facter`. This option cannot be set at the same time as `nixos_generate_config_path`. |`string`|`""`| no |
75
+
| <aname="input_nixos_generate_config_path"></a> [nixos\_generate\_config\_path](#input_nixos_generate_config_path)| Path to which to write a `hardware-configuration.nix` generated by `nixos-generate-config`. This option cannot be set at the same time as `nixos_facter_path`. |`string`|`""`| no |
74
76
| <aname="input_nixos_partitioner"></a> [nixos\_partitioner](#input_nixos_partitioner)| nixos partitioner and mount script |`string`|`""`| no |
75
77
| <aname="input_nixos_system"></a> [nixos\_system](#input_nixos_system)| The nixos system to deploy |`string`|`""`| no |
76
78
| <aname="input_no_reboot"></a> [no\_reboot](#input_no_reboot)| DEPRECATED: Use `phases` instead. Do not reboot after installation |`bool`|`false`| no |
77
-
| <aname="input_phases"></a> [phases](#input_phases)| Phases to run|`list(string)`| <pre>[<br> "kexec",<br> "disko",<br> "install",<br> "reboot"<br>]</pre> | no |
79
+
| <aname="input_phases"></a> [phases](#input_phases)| Phases to run. See `nixos-anywhere --help` for more information|`list(string)`| <pre>[<br> "kexec",<br> "disko",<br> "install",<br> "reboot"<br>]</pre> | no |
78
80
| <aname="input_ssh_private_key"></a> [ssh\_private\_key](#input_ssh_private_key)| Content of private key used to connect to the target\_host |`string`|`""`| no |
79
81
| <aname="input_stop_after_disko"></a> [stop\_after\_disko](#input_stop_after_disko)| DEPRECATED: Use `phases` instead. Exit after disko formatting |`bool`|`false`| no |
80
82
| <aname="input_target_host"></a> [target\_host](#input_target_host)| DNS host to deploy to |`string`| n/a | yes |
81
83
| <aname="input_target_pass"></a> [target\_pass](#input_target_pass)| Password used to connect to the target\_host |`string`|`null`| no |
82
84
| <aname="input_target_port"></a> [target\_port](#input_target_port)| SSH port used to connect to the target\_host |`number`|`22`| no |
83
85
| <aname="input_target_user"></a> [target\_user](#input_target_user)| SSH user used to connect to the target\_host |`string`|`"root"`| no |
84
-
| <aname="input_nixos_generate_config_path"></a> [nixos\_generate\_config\_path](#input_nixos_generate_config_path)| Path to which to write a `hardware-configuration.nix` generated by `nixos-generate-config`. |`string`|`""`| no |
85
-
| <aname="input_nixos_facter_path"></a> [nixos\_facter\_path](#input_nixos_facter_path)| Path to which to write a `hardware-configuration.nix` generated by `nixos-facter`. |`string`|`""`| no |
Copy file name to clipboardExpand all lines: terraform/install/variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -112,12 +112,12 @@ variable "flake" {
112
112
113
113
variable"nixos_generate_config_path" {
114
114
type=string
115
-
description="Path to which to write a `hardware-configuration.nix` generated by `nixos-generate-config`."
115
+
description="Path to which to write a `hardware-configuration.nix` generated by `nixos-generate-config`. This option cannot be set at the same time as `nixos_facter_path`."
116
116
default=""
117
117
}
118
118
119
119
variable"nixos_facter_path" {
120
120
type=string
121
-
description="Path to which to write a `facter.json` generated by `nixos-facter`."
121
+
description="Path to which to write a `facter.json` generated by `nixos-facter`. This option cannot be set at the same time as `nixos_generate_config_path`."
0 commit comments