mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
readme typo fix (#45)
This commit is contained in:
parent
d8512ed9d3
commit
9198c51f05
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
This script aims to install NixOS on Digital Ocean droplets, Vultr servers, or
|
This script aims to install NixOS on Digital Ocean droplets, Vultr servers, or
|
||||||
OVH Virtual Private Servers (starting from distros that these services upports
|
OVH Virtual Private Servers (starting from distros that these services support
|
||||||
out of the box)
|
out of the box).
|
||||||
|
|
||||||
## Source Distros
|
## Source Distros
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ Settings -> "Destroy" -> "Rebuild from original").
|
||||||
*TO USE:*
|
*TO USE:*
|
||||||
- Add any custom config you want (see notes below)
|
- Add any custom config you want (see notes below)
|
||||||
- Deploy the droplet indicated at the top of the file, enable ipv6, add your ssh key
|
- Deploy the droplet indicated at the top of the file, enable ipv6, add your ssh key
|
||||||
- cat customConfig.optional nixos-infect | ssh root@targethost
|
- `cat customConfig.optional nixos-infect | ssh root@targethost`
|
||||||
|
|
||||||
Alternatively, use the user data mechamism by supplying the lines between the following
|
Alternatively, use the user data mechamism by supplying the lines between the following
|
||||||
cat and EOF in the Digital Ocean Web UI (or HTTP API):
|
cat and EOF in the Digital Ocean Web UI (or HTTP API):
|
||||||
|
|
Loading…
Reference in a new issue