Open fleaz opened 1 year ago
On vultr, I was able to get ipv6 to work immediately. It doesn't appear to have generated a networking.nix
, or have any networking setup in the configuration.nix
or hardware-configuration.nix
. I did run into a separate problem, however, which is that GitHub does not support IPv6, rendering nixpkgs unusable.
Ran into the same issue. Additionally nixos-infect only uses the single ipv4 nameserver 8.8.8.8
, so DNS doesn't work by default. Had to edit /etc/resolv.conf
in order to get a rebuild to work.
Hey,
just used this tool on a VM on Hetzner for which I didn't configured an IPv4 address. The generated networking.nix is invalid and can't be applied because there is an empty /32 IPv4 route.
Generated networking.nix:
This is what the interfaces look like on a fresh IPv6 only machine booted into their stock Ubuntu:
Happy to provide more information and help debug this if needed.
Best, Felix