From cbec4363cb7ed4473e2553ab2d2381e29e708d5f Mon Sep 17 00:00:00 2001 From: Rhys Date: Mon, 13 Jun 2022 09:19:38 +1000 Subject: [PATCH] Update README.md for Ubuntu 22.04 on Vultr (#101) * Update README.md for Ubuntu 22.04 on Vultr * Update README.md to use User-Data on Vultr --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b08c507..db124b1 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ runcmd: ### Vultr To set up a NixOS Vultr server, -instantiate an Ubuntu box with the following "Startup Script": +instantiate an Ubuntu box with the following "Cloud-Init User-Data": ```bash #!/bin/sh @@ -125,9 +125,10 @@ curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | Allow for a few minutes over the usual Ubuntu deployment time for NixOS to download & install itself. #### Tested on -|Distribution| Name | Status | test date| Slug | ID | -|------------|-----------------|-----------|----------|------------------|---------| -| Ubuntu | 18.10 x64 |**success**|(Unknown) | (Unknown) |(Unknown)| +|Distribution| Name | Status | test date| +|------------|-----------------|-----------|----------| +| Ubuntu | 18.10 x64 |**success**|(Unknown) | +| Ubuntu | 22.04 x64 |**success**|2022-07-04| ### Hetzner cloud