mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
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:
parent
fc470491a5
commit
cbec4363cb
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue