2023-08-14 17:15:42 +02:00
|
|
|
# disko + nixos-anywhere workshop
|
|
|
|
|
|
|
|
This is an example repo for nixos-anywhere and disko.
|
|
|
|
It's part of our CCC camp workshop.
|
|
|
|
|
|
|
|
To run the interactive vm test run:
|
|
|
|
|
2023-08-08 19:48:43 +02:00
|
|
|
```
|
|
|
|
nix run github:numtide/nixos-anywhere -- --flake '.#mysystem' --vm-test
|
|
|
|
```
|
|
|
|
|
2023-08-14 17:15:42 +02:00
|
|
|
You can also install the vm on some remote system when running
|
|
|
|
|
2023-08-08 19:48:43 +02:00
|
|
|
```
|
|
|
|
nix run github:numtide/nixos-anywhere -- --flake '.#mysystem' root@192.168.0.10
|
|
|
|
```
|
2023-08-14 17:15:42 +02:00
|
|
|
|
|
|
|
|
|
|
|
Improve this workshop README:
|
|
|
|
|
|
|
|
# disko + nixos-anywhere workshop
|
|
|
|
|
|
|
|
This is an example repo for nixos-anywhere and disko.
|
|
|
|
It's part of our CCC camp workshop.
|
|
|
|
|
|
|
|
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
|
|
|
|
```
|
|
|
|
|