From c36b0dcb00f766c7dba5e163b60a137bb21e34f3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 16 Jul 2026 20:50:17 +0200 Subject: [PATCH] docs: Environment variables (#1273) --- docs/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.md b/docs/environment.md index 3d7b7b2..a5892ba 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -45,7 +45,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 DSM receives an address from the external LAN through DHCP. | | `HOST` | `VirtualDSM` | Hostname assigned to DSM. | | `IP` | | Overrides the automatically selected guest IPv4 address. |