Skip to content

Commit a5b080a

Browse files
committed
README: sync with command options
1 parent b4a725a commit a5b080a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,24 @@ Options:
3737

3838
* -f, --flake flake
3939
set the flake to install the system from
40+
* -L, --print-build-logs
41+
print full build logs
4042
* -s, --store-paths
4143
set the store paths to the disko-script and nixos-system directly
4244
if this is give, flake is not needed
4345
* --no-ssh-copy
4446
skip copying ssh-keys to target system
47+
* --no-reboot
48+
do not reboot after installation, allowing further customization of the target installation.
4549
* --kexec url
4650
use another kexec tarball to bootstrap NixOS
4751
* --stop-after-disko
4852
exit after disko formating, you can then proceed to install manually or some other way
49-
* --no-reboot
50-
do not reboot after installation
5153
* --extra-files files
5254
files to copy into the new nixos installation
55+
* --disk-encryption-keys remote_path local_path
56+
copy the contents of the file or pipe in local_path to remote_path in the installer environment,
57+
after kexec but before installation. Can be repeated.
5358
* --debug
5459
enable debug output
5560
```

0 commit comments

Comments
 (0)