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>
This commit is contained in:
Gabriel Wicki 2025-10-06 12:44:13 +02:00 committed by Ludovic Courtès
parent 13aa09790a
commit 052124b4a5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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