mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
nixos/qemu-vm: quote QEMU_NET_OPTS
Co-authored-by: Michele Guerini Rocco <rnhmjoj@users.noreply.github.com>
This commit is contained in:
parent
60e731d1ce
commit
f700a92d5c
@ -780,7 +780,7 @@ in
|
|||||||
in
|
in
|
||||||
[
|
[
|
||||||
"-net nic,netdev=user.0,model=virtio"
|
"-net nic,netdev=user.0,model=virtio"
|
||||||
"-netdev user,id=user.0,${forwardingOptions}$QEMU_NET_OPTS"
|
"-netdev user,id=user.0,${forwardingOptions}\"$QEMU_NET_OPTS\""
|
||||||
];
|
];
|
||||||
|
|
||||||
# FIXME: Consolidate this one day.
|
# FIXME: Consolidate this one day.
|
||||||
|
Loading…
Reference in New Issue
Block a user