NixOS VM tests: Difference between revisions
imported>Teto m adding some issues I met while working on multihoming issues: |
imported>Asdf8dfafjk m link to keys |
||
Line 28: | Line 28: | ||
1. By default the qemu-vm setups a `user` based nic: virtualisation.qemu.networkingOptions. You need to override the option to get rid of this interface. | 1. By default the qemu-vm setups a `user` based nic: virtualisation.qemu.networkingOptions. You need to override the option to get rid of this interface. | ||
2. As of this writing nixpkgs will generate interfaces starting from `eth1` (instead of `eth0`). | 2. As of this writing nixpkgs will generate interfaces starting from `eth1` (instead of `eth0`). | ||
Keys: https://en.wikibooks.org/wiki/QEMU/Monitor#sendkey_keys |