mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
readme: add RackNerd success, with notes (#168)
This commit is contained in:
parent
b8a97173e0
commit
a3f0970a39
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -24,6 +24,7 @@ This script has successfully been tested on at least the follow hosting provider
|
||||||
* [Windcloud](https://windcloud.de/)
|
* [Windcloud](https://windcloud.de/)
|
||||||
* [Clouding.io](https://clouding.io)
|
* [Clouding.io](https://clouding.io)
|
||||||
* [Scaleway](https://scaleway.com)
|
* [Scaleway](https://scaleway.com)
|
||||||
|
* [RackNerd](https://my.racknerd.com/index.php?rp=/store/black-friday-2022)
|
||||||
|
|
||||||
Should you find that it works on your hoster,
|
Should you find that it works on your hoster,
|
||||||
feel free to update this README and issue a pull request.
|
feel free to update this README and issue a pull request.
|
||||||
|
@ -337,3 +338,20 @@ runcmd:
|
||||||
|Distribution| Name | Status | test date|
|
|Distribution| Name | Status | test date|
|
||||||
|------------|-----------------|-----------|----------|
|
|------------|-----------------|-----------|----------|
|
||||||
|Ubuntu | 20.04 | success |2020-11-??|
|
|Ubuntu | 20.04 | success |2020-11-??|
|
||||||
|
|
||||||
|
### RackNerd
|
||||||
|
Remember that the SSH keys are not automatically generated/uploaded,
|
||||||
|
so you need to create them as usual with `ssh-keygen` or some other means,
|
||||||
|
add the public key to the `.ssh/authorized_keys` file on the remote host,
|
||||||
|
and have a copy of the private key on your local box.
|
||||||
|
|
||||||
|
On RackNerd's Ubuntu 20.04, there's no `curl` by default, so `wget -O-` needs to be used instead:
|
||||||
|
```command
|
||||||
|
# wget -O- https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-22.11 bash -x
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Tested on
|
||||||
|
|Distribution| Name | Status | test date|
|
||||||
|
|------------|--------|----------------------------|------------|
|
||||||
|
|AlmaLinux | 8 | _failure (`tar` missing)_ | 2023-08-29 |
|
||||||
|
|Ubuntu | 20.04 | **success** | 2023-08-29 |
|
||||||
|
|
Loading…
Reference in a new issue