@@ -327,7 +327,7 @@ audio:
327327 # QEMU audiodev, e.g., "none", "coreaudio", "pa", "alsa", "oss".
328328 # VZ driver, use "vz" as device name
329329 # Choosing "none" will mute the audio output, and not play any sound.
330- # Choosing "default" will pick a suitable of: coreudio , pa, dsound, oss.
330+ # Choosing "default" will pick a suitable choice of: coreaudio , pa, dsound, oss.
331331 # As of QEMU v6.2 the default is to create a disconnected sound device
332332 # that is still visible in the guest but not connected to the host.
333333 # 🟢 Builtin default: ""
@@ -454,7 +454,7 @@ networks:
454454# Values must not contain non-printable characters except for spaces and tabs.
455455# These variables can be referenced as {{.Param.Key}} in lima.yaml.
456456# In provisioning scripts and probes they are also available as predefined
457- # environment variables, prefixed with "PARAM` (so `Key` → `$PARAM_Key`).
457+ # environment variables, prefixed with "PARAM_" (so `Key` → `$PARAM_Key`).
458458# param:
459459# Key: value
460460
@@ -463,13 +463,13 @@ networks:
463463# replace the strings "localhost" and "127.0.0.1" with the host gateway address from inside
464464# the VM, so it stays routable. Use of the process environment can be disabled by setting
465465# propagateProxyEnv to false.
466- # 🟢 Builtn default: true
466+ # 🟢 Builtin default: true
467467propagateProxyEnv : null
468468
469469# The host agent implements a DNS server that looks up host names on the host
470470# using the local system resolver. This means changing VPN and network settings
471471# are reflected automatically into the guest, including conditional forward,
472- # and mDNS lookup. By default only IPv4 addresses will be returned. IPv6 addresses
472+ # and mDNS lookup. By default, only IPv4 addresses will be returned. IPv6 addresses
473473# can only work when using a vmnet network interface and the host has working
474474# IPv6 configured as well.
475475hostResolver :
@@ -486,7 +486,7 @@ hostResolver:
486486 # host.name: host.lima.internal
487487
488488# If hostResolver.enabled is false, then the following rules apply for configuring dns:
489- # Explicitly set DNS addresses for qemu user-mode networking. By default qemu picks *one*
489+ # Explicitly set DNS addresses for qemu user-mode networking. By default, qemu picks *one*
490490# nameserver from the host config and forwards all queries to this server. On macOS
491491# Lima adds the nameservers configured for the first host interface in service order,
492492# that has an IPv4 address, to the list. In case this still doesn't work (e.g. VPN
@@ -519,7 +519,7 @@ plain: null
519519
520520# A similar mechanism is $LIMA_HOME/_config/override.yaml, which will take
521521# precedence even over the settings in an instances lima.yaml file.
522- # It too applies to ALL instances under the same $LIMA_HOME, and is applied
522+ # It also applies to ALL instances under the same $LIMA_HOME, and is applied
523523# on each restart. It can be used to globally override settings, e.g. make
524524# the mount of the home directory writable.
525525
0 commit comments