-
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d291178
commit 1d0b24b
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |