Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in IPv6 Howto #269

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/howtos/ipv6.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# NixOS-anywhere on Ipv6-only targets
# NixOS-anywhere on IPv6-only targets

As GitHub engineers still haven't enabled the ipv6 switch, the kexec image
hosted on GitHub, cannot be used unfortunally on ipv6-only hosts. However it is
possible to use an ipv6 proxy for github content like that:
As GitHub engineers still haven't enabled the IPv6 switch, the kexec image
hosted on GitHub, cannot be used unfortunately on IPv6-only hosts. However it is
possible to use an IPv6 proxy for GitHub content like that:

```
nixos-anywhere \
--kexec https://gh-v6.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-noninteractive-x86_64-linux.tar.gz \
...
```

This proxy is hosted by (numtide)[https://numtide.com/]. It also works for ipv4.
This proxy is hosted by [numtide](https://numtide.com/). It also works for IPv4.

Alternativly it is also possible to reference a local file:
Alternatively it is also possible to reference a local file:

```
nixos-anywhere \
--kexec ./nixos-kexec-installer-noninteractive-x86_64-linux.tar.gz \
...
```

This tarball will be than uploaded via sftp to the target.
This tarball will be then uploaded via sftp to the target.