We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653f13c commit b85c344Copy full SHA for b85c344
src/nixos-anywhere.sh
@@ -67,7 +67,10 @@ Usage: nixos-anywhere [options] [<ssh-host>]
67
Options:
68
69
* -f, --flake <flake_uri>
70
- set the flake to install the system from.
+ set the flake to install the system from. i.e.
71
+ nixos-anywhere --flake .#mymachine
72
+ Also supports variants:
73
+ nixos-anywhere --flake .#nixosConfigurations.mymachine.config.virtualisation.vmVariant
74
* --target-host <ssh-host>
75
specified the SSH target host to deploy onto.
76
* -i <identity_file>
0 commit comments