NixOS / nixos-hardware

A collection of NixOS modules covering hardware quirks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

network dns error

et2300 opened this issue · comments

Screenshot_2024-04-14-13-29-07-86_84d3000e3f4017145260f7618db1d683
Screenshot_2024-04-14-13-41-44-75_8659c1e795b4b4239e38d87c88c077b3

Wrong repo and termux is known to have wonky DNS.

thus is start qemu command
qemu-system-x86_64 -hda nixos.vmdk -cdrom /storage/emulated/0/Download/latest-nixos-minimal-x86_64-linux.iso -boot d -m 8g -netdev user,id=n1,hostfwd=tcp::2222-:22,dns=223.5.5.5 -device e1000,netdev=n1 -vnc :1 -monitor stdio