nixos-shell icon indicating copy to clipboard operation
nixos-shell copied to clipboard

Cannot override default net device

Open aidalgol opened this issue 2 years ago • 2 comments

Trying to use the example config vm-forward.nix produces this error:

qemu-kvm: -netdev user,id=user.0,hostfwd=tcp::2222-:22: Duplicate ID 'user.0' for netdev

This is on a nixpkgs-unstable system. I can use QEMU_NET_OPTS as a workaround.

aidalgol avatar Mar 03 '22 01:03 aidalgol