@@ -327,7 +327,7 @@ audio:
327
327
# QEMU audiodev, e.g., "none", "coreaudio", "pa", "alsa", "oss".
328
328
# VZ driver, use "vz" as device name
329
329
# 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.
331
331
# As of QEMU v6.2 the default is to create a disconnected sound device
332
332
# that is still visible in the guest but not connected to the host.
333
333
# 🟢 Builtin default: ""
@@ -454,7 +454,7 @@ networks:
454
454
# Values must not contain non-printable characters except for spaces and tabs.
455
455
# These variables can be referenced as {{.Param.Key}} in lima.yaml.
456
456
# 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`).
458
458
# param:
459
459
# Key: value
460
460
@@ -463,13 +463,13 @@ networks:
463
463
# replace the strings "localhost" and "127.0.0.1" with the host gateway address from inside
464
464
# the VM, so it stays routable. Use of the process environment can be disabled by setting
465
465
# propagateProxyEnv to false.
466
- # 🟢 Builtn default: true
466
+ # 🟢 Builtin default: true
467
467
propagateProxyEnv : null
468
468
469
469
# The host agent implements a DNS server that looks up host names on the host
470
470
# using the local system resolver. This means changing VPN and network settings
471
471
# 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
473
473
# can only work when using a vmnet network interface and the host has working
474
474
# IPv6 configured as well.
475
475
hostResolver :
@@ -486,7 +486,7 @@ hostResolver:
486
486
# host.name: host.lima.internal
487
487
488
488
# 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*
490
490
# nameserver from the host config and forwards all queries to this server. On macOS
491
491
# Lima adds the nameservers configured for the first host interface in service order,
492
492
# that has an IPv4 address, to the list. In case this still doesn't work (e.g. VPN
@@ -519,7 +519,7 @@ plain: null
519
519
520
520
# A similar mechanism is $LIMA_HOME/_config/override.yaml, which will take
521
521
# 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
523
523
# on each restart. It can be used to globally override settings, e.g. make
524
524
# the mount of the home directory writable.
525
525
0 commit comments