nixos/manual: add hint to interactive testing about Internet access (#338639)

This commit is contained in:
misuzu
2024-12-14 13:21:43 +02:00
committed by GitHub
@@ -10,6 +10,12 @@ $ ./result/bin/nixos-test-driver
>>>
```
::: {.note}
By executing the test driver in this way,
the VMs executed may gain network & Internet access via their backdoor control interface,
typically recognized as `eth0`.
:::
You can then take any Python statement, e.g.
```py