From 9bf689cee7bdd50a55cc6c43770be36275b545ce Mon Sep 17 00:00:00 2001 From: Egor Ternovoy Date: Mon, 18 Mar 2024 18:49:19 +0400 Subject: [PATCH] Add Aeza hoster to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1cc44be..e1c5dbc 100644 --- a/README.md +++ b/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 |