From bca605ce2c91bc4d79bf8afaa4e7ee4fee9563d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=D0=BEv=D0=B4?= <114532840+s-o-v-a@users.noreply.github.com> Date: Tue, 20 Dec 2022 05:47:51 +0000 Subject: [PATCH] adds liga hosting (#126) Co-authored-by: Eric Litak --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 59ed2d7..352f213 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This script has successfully been tested on at least the follow hosting provider * [Cockbox](https://cockbox.org) * [Google Cloud Platform](https://cloud.google.com/) * [Contabo](https://contabo.com) +* [Liga Hosting](https://ligahosting.ro) * [AWS Lightsail](https://aws.amazon.com/lightsail/) * [Windcloud](https://windcloud.de/) * [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| +### 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 Make sure to set `PROVIDER="lightsail"`.