forked from Mirrors/nixos-infect
debian no longer has curl + 17.09 has been stable for a while
This commit is contained in:
parent
769dce60c9
commit
871e78ce16
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ These are the only supported Digital Ocean images:
|
|||
|
||||
- Fedora 24 x64
|
||||
- Ubuntu 16.04 x64
|
||||
- Debian 8.5 x64
|
||||
|
||||
It has also been successfully tested on OVH Virtual Private Servers (with debian)
|
||||
|
||||
|
@ -33,7 +32,7 @@ cat and EOF in the Digital Ocean Web UI (or HTTP API):
|
|||
#cloud-config
|
||||
|
||||
runcmd:
|
||||
- curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-17.03 bash 2>&1 | tee /tmp/infect.log
|
||||
- curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-17.09 bash 2>&1 | tee /tmp/infect.log
|
||||
```
|
||||
Potential tweaks:
|
||||
- `/etc/nixos/{,hardware-}configuration.nix`: rudimentary mostly static config
|
||||
|
|
Loading…
Reference in a new issue