@@ -264,10 +264,10 @@ containerd:
264
264
# Setting of instructions is supported like this: "qemu64,+ssse3".
265
265
# 🟢 Builtin default: hard-coded arch map with type (see the output of `limactl info | jq .defaultTemplate.cpuType`)
266
266
cpuType :
267
- # aarch64: "cortex-a72" # (or "host" when running on aarch64 host)
268
- # armv7l: "cortex-a7" # (or "host" when running on armv7l host)
269
- # riscv64: "rv64" # (or "host" when running on riscv64 host)
270
- # x86_64: "qemu64" # (or "host,-pdpe1gb" when running on x86_64 host)
267
+ # aarch64: "cortex-a72" # (or "host" when running on aarch64 host)
268
+ # armv7l: "cortex-a7" # (or "host" when running on armv7l host)
269
+ # riscv64: "rv64" # (or "host" when running on riscv64 host)
270
+ # x86_64: "qemu64" # (or "host,-pdpe1gb" when running on x86_64 host)
271
271
272
272
rosetta :
273
273
# Enable Rosetta for Linux (EXPERIMENTAL; will graduate from experimental in Lima v1.0).
@@ -456,8 +456,8 @@ hostResolver:
456
456
# predefined to specify the gateway address to the host.
457
457
# 🟢 Builtin default: null
458
458
hosts :
459
- # guest.name: 127.1.1.1
460
- # host.name: host.lima.internal
459
+ # guest.name: 127.1.1.1
460
+ # host.name: host.lima.internal
461
461
462
462
# If hostResolver.enabled is false, then the following rules apply for configuring dns:
463
463
# Explicitly set DNS addresses for qemu user-mode networking. By default qemu picks *one*
0 commit comments