nixos-anywhere/docs/cli.md

18 lines
350 B
Markdown
Raw Normal View History

2022-12-21 21:34:34 +03:00
# CLI
```
2023-02-01 21:49:46 +03:00
Usage: nixos-anywhere [options] ssh-host
2022-12-21 21:34:34 +03:00
Options:
* -f, --flake flake
set the flake to install the system from
* -s, --store-paths
set the store paths to the disko-script and nixos-system directly
if this is give, flake is not needed
* --kexec url
use another kexec tarball to bootstrap NixOS
* --debug
enable debug output
```