Skip to content

Commit

Permalink
Fix typos in ipv6.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bebehei authored and mergify[bot] committed Jan 3, 2024
1 parent d291178 commit 1d0b24b
Showing 1 changed file with 7 additions and 7 deletions.
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.

0 comments on commit 1d0b24b

Please sign in to comment.