doc: cookbook: Fix network bridge qemu example. * doc/guix-cookbook.texi (Virtual Machines) [Configuring the QEMU bridge helper script]: Fix example. Change-Id: Ia735637ab71928176b33da495d528d1519d29cb9 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 2 insertions(+), 1 deletions(-) M doc/guix-cookbook.texi
M doc/guix-cookbook.texi => doc/guix-cookbook.texi +2 -1
@@ 4193,7 4193,8 @@ bridge interface, as the default is to deny all. Add the following to your list of services to do so: @example lisp (extra-special-file "/etc/qemu/host.conf" "allow br0\n") (extra-special-file "/etc/qemu/host.conf" (plain-file "host.conf" "allow br0\n")) @end example @subsection Invoking QEMU with the right command line options