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
This commit is contained in:
Rhys 2022-06-13 09:19:38 +10:00 committed by GitHub
parent fc470491a5
commit cbec4363cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ runcmd:
### Vultr ### Vultr
To set up a NixOS Vultr server, 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 ```bash
#!/bin/sh #!/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. Allow for a few minutes over the usual Ubuntu deployment time for NixOS to download & install itself.
#### Tested on #### Tested on
|Distribution| Name | Status | test date| Slug | ID | |Distribution| Name | Status | test date|
|------------|-----------------|-----------|----------|------------------|---------| |------------|-----------------|-----------|----------|
| Ubuntu | 18.10 x64 |**success**|(Unknown) | (Unknown) |(Unknown)| | Ubuntu | 18.10 x64 |**success**|(Unknown) |
| Ubuntu | 22.04 x64 |**success**|2022-07-04|
### Hetzner cloud ### Hetzner cloud