nixos-anywhere-example/README.md

11 lines
322 B
Markdown
Raw Normal View History

2023-08-08 19:48:43 +02:00
this is an example repo for nixos-anywhere and disko.
to run the interactive vm test run:
```
nix run github:numtide/nixos-anywhere -- --flake '.#mysystem' --vm-test
```
you can also install the vm on some remote system when running
```
nix run github:numtide/nixos-anywhere -- --flake '.#mysystem' root@192.168.0.10
```