@@ -264,10 +264,10 @@ containerd:
264264#  Setting of instructions is supported like this: "qemu64,+ssse3".
265265#  🟢 Builtin default: hard-coded arch map with type (see the output of `limactl info | jq .defaultTemplate.cpuType`)
266266cpuType :
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)
271271
272272rosetta :
273273  #  Enable Rosetta for Linux (EXPERIMENTAL; will graduate from experimental in Lima v1.0).
@@ -456,8 +456,8 @@ hostResolver:
456456  #  predefined to specify the gateway address to the host.
457457  #  🟢 Builtin default: null
458458  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
461461
462462#  If hostResolver.enabled is false, then the following rules apply for configuring dns:
463463#  Explicitly set DNS addresses for qemu user-mode networking. By default qemu picks *one*
0 commit comments