2014-08-24 19:18:18 +02:00
|
|
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
|
version="5.0"
|
|
|
|
|
xml:id="sec-obtaining">
|
2018-05-02 01:57:09 +02:00
|
|
|
|
<title>Obtaining NixOS</title>
|
|
|
|
|
<para>
|
2019-09-19 19:17:30 +02:00
|
|
|
|
NixOS ISO images can be downloaded from the
|
|
|
|
|
<link
|
2020-04-18 22:51:19 +02:00
|
|
|
|
xlink:href="https://nixos.org/nixos/download.html">NixOS download
|
2019-09-19 19:17:30 +02:00
|
|
|
|
page</link>. There are a number of installation options. If you happen to
|
|
|
|
|
have an optical drive and a spare CD, burning the image to CD and booting
|
|
|
|
|
from that is probably the easiest option. Most people will need to prepare a
|
|
|
|
|
USB stick to boot from. <xref linkend="sec-booting-from-usb"/> describes the
|
|
|
|
|
preferred method to prepare a USB stick. A number of alternative methods are
|
|
|
|
|
presented in the
|
|
|
|
|
<link
|
|
|
|
|
xlink:href="https://nixos.wiki/wiki/NixOS_Installation_Guide#Making_the_installation_media">NixOS
|
|
|
|
|
Wiki</link>.
|
2018-05-02 01:57:09 +02:00
|
|
|
|
</para>
|
|
|
|
|
<para>
|
2019-09-19 19:17:30 +02:00
|
|
|
|
As an alternative to installing NixOS yourself, you can get a running NixOS
|
|
|
|
|
system through several other means:
|
2018-05-02 01:57:09 +02:00
|
|
|
|
<itemizedlist>
|
|
|
|
|
<listitem>
|
|
|
|
|
<para>
|
2019-09-19 19:17:30 +02:00
|
|
|
|
Using virtual appliances in Open Virtualization Format (OVF) that can be
|
|
|
|
|
imported into VirtualBox. These are available from the
|
2020-04-18 22:51:19 +02:00
|
|
|
|
<link xlink:href="https://nixos.org/nixos/download.html">NixOS download
|
2019-09-19 19:17:30 +02:00
|
|
|
|
page</link>.
|
2018-05-02 01:57:09 +02:00
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
<listitem>
|
|
|
|
|
<para>
|
2019-09-19 19:17:30 +02:00
|
|
|
|
Using AMIs for Amazon’s EC2. To find one for your region and instance
|
|
|
|
|
type, please refer to the
|
|
|
|
|
<link
|
|
|
|
|
xlink:href="https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/virtualisation/ec2-amis.nix">list
|
|
|
|
|
of most recent AMIs</link>.
|
2018-05-02 01:57:09 +02:00
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
<listitem>
|
|
|
|
|
<para>
|
2019-09-19 19:17:30 +02:00
|
|
|
|
Using NixOps, the NixOS-based cloud deployment tool, which allows you to
|
|
|
|
|
provision VirtualBox and EC2 NixOS instances from declarative
|
|
|
|
|
specifications. Check out the
|
|
|
|
|
<link
|
|
|
|
|
xlink:href="https://nixos.org/nixops">NixOps homepage</link> for
|
|
|
|
|
details.
|
2018-05-02 01:57:09 +02:00
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
</itemizedlist>
|
|
|
|
|
</para>
|
2014-08-24 19:18:18 +02:00
|
|
|
|
</chapter>
|