From 052124b4a584946791f9bafba8352829f09aceac Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Mon, 6 Oct 2025 12:44:13 +0200 Subject: [PATCH] doc: cookbook: Fix network bridge qemu example. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix-cookbook.texi (Virtual Machines) [Configuring the QEMU bridge helper script]: Fix example. Change-Id: Ia735637ab71928176b33da495d528d1519d29cb9 Signed-off-by: Ludovic Courtès --- doc/guix-cookbook.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 0e2e906db3afa8377f23c14fcea3c0f435b34642..64421365fad7fd28d5b52523f970a18735a2ff39 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -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