From 33c3c59a7f82ebf80c1cf09c74ac4d7a1ca4e6a5 Mon Sep 17 00:00:00 2001 From: Aleksei Zolotov Date: Fri, 4 Nov 2022 06:01:56 +0100 Subject: [PATCH] Add Contabo VPS (#112) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4b0e84f..1f42682 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This script has successfully been tested on at least the follow hosting provider * [Oracle Cloud Infrastructure](https://www.oracle.com/cloud/) * [GalaxyGate](https://galaxygate.net) * [Cockbox](https://cockbox.org) +* [Contabo](https://contabo.com) Should you find that it works on your hoster, feel free to update this README and issue a pull request. @@ -224,3 +225,11 @@ Requred some Xen modules to work out, after that NixOS erected itself without a |Distribution| Name | Status | test date| |------------|-----------------|-----------|----------| |Ubuntu | 20.04 |**success**|2022-06-12| + + +### Contabo +Tested on Cloud VPS. Contabo sets the hostname to something like `vmi######.contaboserver.net`, Nixos only allows RFC 1035 compliant hostnames ([see here](https://search.nixos.org/options?show=networking.hostName&query=hostname)). Run `hostname something_without_dots` before running the script. If you run the script before changing the hostname - remove the `/etc/nixos/configuration.nix` so it's regenerated with the new hostname. +#### Tested on +|Distribution| Name | Status | test date| +|------------|-----------------|-----------|----------| +|Ubuntu | 22.04 |**success**|2022-09-26|