You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detect IPv6 automatically, Rewrite kexec url
This uses ip r g 1.1.1.1 to test if there's any route to an IPv4
internet host
If that fails and the url is a github.com one it will change github.com
to gh-v6.com,
as specified in the documentation
This saves the user from an extra manual step and makes nixos-anywhere
better
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>