@@ -19,7 +19,7 @@ TODO: Populate this guide properly
19
19
<!-- `$ bash ./src/nixos-anywhere.sh --help` -->
20
20
21
21
```
22
- Usage: nixos-anywhere [options] ssh-host
22
+ Usage: nixos-anywhere [options] < ssh-host>
23
23
24
24
Options:
25
25
@@ -29,27 +29,27 @@ Options:
29
29
selects which SSH private key file to use.
30
30
* -L, --print-build-logs
31
31
print full build logs
32
- * -s, --store-paths
32
+ * -s, --store-paths <disko-script> <nixos-system>
33
33
set the store paths to the disko-script and nixos-system directly
34
34
if this is give, flake is not needed
35
35
* --no-reboot
36
36
do not reboot after installation, allowing further customization of the target installation.
37
- * --kexec url
37
+ * --kexec < url>
38
38
use another kexec tarball to bootstrap NixOS
39
39
* --stop-after-disko
40
40
exit after disko formating, you can then proceed to install manually or some other way
41
- * --extra-files files
41
+ * --extra-files <file...>
42
42
files to copy into the new nixos installation
43
- * --disk-encryption-keys remote_path local_path
43
+ * --disk-encryption-keys < remote_path> < local_path>
44
44
copy the contents of the file or pipe in local_path to remote_path in the installer environment,
45
45
after kexec but before installation. Can be repeated.
46
46
* --no-substitute-on-destination
47
47
disable passing --substitute-on-destination to nix-copy
48
48
* --debug
49
49
enable debug output
50
- * --option KEY VALUE
50
+ * --option <key> <value>
51
51
nix option to pass to every nix related command
52
- * --from store-uri
52
+ * --from < store-uri>
53
53
URL of the source Nix store to copy the nixos and disko closure from
54
54
* --build-on-remote
55
55
build the closure on the remote machine instead of locally and copy-closuring it
0 commit comments