mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-11-01 00:29:57 +03:00
Add Aeza hoster to README
This commit is contained in:
parent
5ef3f953d3
commit
9bf689cee7
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -25,6 +25,7 @@ This script has successfully been tested on at least the follow hosting provider
|
|||
* [Clouding.io](https://clouding.io)
|
||||
* [Scaleway](https://scaleway.com)
|
||||
* [RackNerd](https://my.racknerd.com/index.php?rp=/store/black-friday-2022)
|
||||
* [Aeza](https://aeza.net/)
|
||||
|
||||
Should you find that it works on your hoster,
|
||||
feel free to update this README and issue a pull request.
|
||||
|
@ -363,3 +364,15 @@ On RackNerd's Ubuntu 20.04, there's no `curl` by default, so `wget -O-` needs to
|
|||
|------------|--------|----------------------------|------------|
|
||||
|AlmaLinux | 8 | _failure (`tar` missing)_ | 2023-08-29 |
|
||||
|Ubuntu | 20.04 | **success** | 2023-08-29 |
|
||||
|
||||
### Aeza
|
||||
Aeza works with `doNetConf=y` parameter:
|
||||
|
||||
```command
|
||||
# curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-23.05 doNetConf=y bash -x
|
||||
```
|
||||
|
||||
#### Tested on
|
||||
|Distribution| Name | Status | test date|
|
||||
|------------|--------|----------------------------|------------|
|
||||
|Debian | 12 | **success** | 2024-03-18 |
|
||||
|
|
Loading…
Reference in a new issue