From bbe972d3e5c378037221d38a452361002ab58bfa Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 16 Jul 2026 23:31:44 +0200 Subject: [PATCH] docs: Environment variables (#1870) --- docs/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.md b/docs/environment.md index d37f1cd2..dfd22759 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -52,7 +52,7 @@ An empty default means the variable is unset and its value is determined automat | Variable | Default | Description | |---|---|---| -| `NETWORK` | | Network mode, such as `nat`, `passt`, `slirp`, or `N` to disable networking. | +| `NETWORK` | | Network mode, such as `nat`, `user`, or `N` to disable networking. | | `DHCP` | `N` | Enables macvtap networking so Windows receives an address from the external LAN through DHCP. | | `HOST` | `Windows` | Hostname assigned to Windows. | | `IP` | | Overrides the automatically selected guest IPv4 address. |