Skip to content

Commit 435c84c

Browse files
Mic92mergify[bot]
authored andcommitted
update help reference
1 parent eb5ff34 commit 435c84c

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/reference.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,28 @@ Options:
2727
set the flake to install the system from.
2828
* -i <identity_file>
2929
selects which SSH private key file to use.
30+
* -p, --ssh-port <ssh_port>
31+
set the ssh port to connect with
32+
* --ssh-option <ssh_option>
33+
set an ssh option
3034
* -L, --print-build-logs
3135
print full build logs
3236
* -s, --store-paths <disko-script> <nixos-system>
3337
set the store paths to the disko-script and nixos-system directly
3438
if this is give, flake is not needed
39+
* -t --tty
40+
Force pseudo-terminal allocation in SSH sessions. Use this when you expect e.g.
41+
to be asked for password entry during LUKS configuration.
3542
* --no-reboot
3643
do not reboot after installation, allowing further customization of the target installation.
37-
* --kexec <url>
44+
* --kexec <path>
3845
use another kexec tarball to bootstrap NixOS
46+
* --post-kexec-ssh-port <ssh_port>
47+
after kexec is executed, use a custom ssh port to connect. Defaults to 22
48+
* --copy-host-keys
49+
copy over existing /etc/ssh/ssh_host_* host keys to the installation
3950
* --stop-after-disko
40-
exit after disko formating, you can then proceed to install manually or some other way
51+
exit after disko formatting, you can then proceed to install manually or some other way
4152
* --extra-files <file...>
4253
files to copy into the new nixos installation
4354
* --disk-encryption-keys <remote_path> <local_path>
@@ -53,6 +64,8 @@ Options:
5364
URL of the source Nix store to copy the nixos and disko closure from
5465
* --build-on-remote
5566
build the closure on the remote machine instead of locally and copy-closuring it
67+
* --vm-test
68+
build the system and test the disk configuration inside a VM without installing it to the target.
5669
```
5770

5871
## Explanation of known error messages

0 commit comments

Comments
 (0)