mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
parent
e72cd89d99
commit
bca605ce2c
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -19,6 +19,7 @@ This script has successfully been tested on at least the follow hosting provider
|
||||||
* [Cockbox](https://cockbox.org)
|
* [Cockbox](https://cockbox.org)
|
||||||
* [Google Cloud Platform](https://cloud.google.com/)
|
* [Google Cloud Platform](https://cloud.google.com/)
|
||||||
* [Contabo](https://contabo.com)
|
* [Contabo](https://contabo.com)
|
||||||
|
* [Liga Hosting](https://ligahosting.ro)
|
||||||
* [AWS Lightsail](https://aws.amazon.com/lightsail/)
|
* [AWS Lightsail](https://aws.amazon.com/lightsail/)
|
||||||
* [Windcloud](https://windcloud.de/)
|
* [Windcloud](https://windcloud.de/)
|
||||||
* [Clouding.io](https://clouding.io)
|
* [Clouding.io](https://clouding.io)
|
||||||
|
@ -245,6 +246,24 @@ Tested on Cloud VPS. Contabo sets the hostname to something like `vmi######.cont
|
||||||
|------------|-----------------|-----------|----------|
|
|------------|-----------------|-----------|----------|
|
||||||
|Ubuntu | 22.04 |**success**|2022-09-26|
|
|Ubuntu | 22.04 |**success**|2022-09-26|
|
||||||
|
|
||||||
|
### Liga Hosting
|
||||||
|
|
||||||
|
Liga Hosting works without any issue. You'll need to add your ssh key to the host either during
|
||||||
|
build time or using `ssh-copy-id` before running nixos-infect
|
||||||
|
|
||||||
|
```
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-22.11 bash 2>&1 | tee /tmp/infect.log
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Tested on
|
||||||
|
|Distribution| Name | Status | test date|
|
||||||
|
|------------|-----------------|-----------|----------|
|
||||||
|
|Debian | 11 |**success**|2022-12-01|
|
||||||
|
|Ubuntu | 20.04 |**success**|2022-12-01|
|
||||||
|
|Ubuntu | 22.04 |**success**|2022-12-01|
|
||||||
|
|
||||||
### AWS Lightsail
|
### AWS Lightsail
|
||||||
Make sure to set `PROVIDER="lightsail"`.
|
Make sure to set `PROVIDER="lightsail"`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue