nixpkgs/nixos/doc/manual/development
Niklas Hambüchen f9611764c6 manual: Fix QEMU_NET_OPTS VM-side address.
In my earlier commit

    manual: Don't suggest exposing VM port to local network.

I made a side change titled

    Use `127.0.0.1` also on the VM side, otherwise connections to
    services that, in the VM, bind to `127.0.0.1` only
    (doing the safe approach) do not work.

Unfortunately, that was wrong:

QEMU inside the VM always communicates via the virtualised
Ethernet interface, not via the VM's loopback interface.
So trying to connect to `127.0.0.1` on the VM's side cannot work.
2023-11-11 15:40:55 +01:00
..
activation-script.section.md
assertions.section.md
bootspec.chapter.md
building-parts.chapter.md
developing-the-test-driver.chapter.md
development.md
freeform-modules.section.md
importing-modules.section.md
linking-nixos-tests-to-packages.section.md
meta-attributes.section.md
nixos-tests.chapter.md
non-switchable-systems.section.md nixos/docs: add non-switchable-systems section 2023-10-28 13:26:33 +02:00
option-declarations.section.md nixos/manual: no DocBook for mkPackageOption 2023-10-09 08:54:29 +02:00
option-def.section.md
option-types.section.md nixos/doc/mkOptionType: small typo fix 2023-10-09 23:38:32 +03:00
replace-modules.section.md
running-nixos-tests-interactively.section.md manual: Fix QEMU_NET_OPTS VM-side address. 2023-11-11 15:40:55 +01:00
running-nixos-tests.section.md
settings-options.section.md manual: fix parsing differences for markdown-it-py 3 2023-09-27 15:35:23 +02:00
sources.chapter.md
testing-installer.chapter.md
unit-handling.section.md
what-happens-during-a-system-switch.chapter.md Merge pull request #263462 from nikstur/rebuildable-system 2023-10-29 08:02:35 +01:00
writing-documentation.chapter.md doc: avoid 'simply' (#266434) 2023-11-09 21:48:05 +01:00
writing-modules.chapter.md
writing-nixos-tests.section.md