From ee438d62669ebe7a8daaa18eb289405f903a8d56 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 31 Oct 2013 13:46:35 +0100 Subject: [PATCH] Manual: Mention other ways to get NixOS --- nixos/doc/manual/installation.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/nixos/doc/manual/installation.xml b/nixos/doc/manual/installation.xml index d274cfc6908d..9dcf9f82463a 100644 --- a/nixos/doc/manual/installation.xml +++ b/nixos/doc/manual/installation.xml @@ -18,6 +18,33 @@ details, see the NixOS Wiki. +As an alternative to installing NixOS yourself, you can get a +running NixOS system through several other means: + + + + Using virtual appliances in Open Virtualization Format (OVF) + that can be imported into VirtualBox. These are available from + the NixOS + homepage. + + + Using AMIs for Amazon’s EC2. To find one for your region + and instance type, please refer to the list + of most recent AMIs. + + + Using NixOps, the NixOS-based cloud deployment tool, which + allows you to provision VirtualBox and EC2 NixOS instances from + declarative specifications. Check out the NixOps + homepage for details. + + + + +