Merge pull request #21 from obadz/patch-3

debian no longer has curl + 17.09 has been stable for a while
This commit is contained in:
Eric Litak 2018-03-23 18:26:49 -07:00 committed by GitHub
commit 28191523c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@ These are the only supported Digital Ocean images:
- Fedora 24 x64 - Fedora 24 x64
- Ubuntu 16.04 x64 - Ubuntu 16.04 x64
- Debian 8.5 x64
It has also been successfully tested on OVH Virtual Private Servers (with debian) 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 #cloud-config
runcmd: 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: Potential tweaks:
- `/etc/nixos/{,hardware-}configuration.nix`: rudimentary mostly static config - `/etc/nixos/{,hardware-}configuration.nix`: rudimentary mostly static config