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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,7 @@ No resources.
128
128
| <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
129
| <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
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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ No modules.
82
82
| <aname="input_target_port"></a> [target\_port](#input_target_port)| SSH port used to connect to the target\_host |`number`|`22`| no |
83
83
| <aname="input_target_user"></a> [target\_user](#input_target_user)| SSH user used to connect to the target\_host |`string`|`"root"`| no |
84
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 |
0 commit comments