NixOS Installation Guide: Difference between revisions

imported>Samueldr
m Making the installation media: Updated "Making the installation media"
imported>Samueldr
m Updates links, removes redundant older category, update outdated tag location.
Line 17: Line 17:
# [[#Installing from the installation media|The classic way, booting from the installation media (described in this page)]]
# [[#Installing from the installation media|The classic way, booting from the installation media (described in this page)]]
# [[Installing from Linux|Booting the media from an existing Linux installation]]
# [[Installing from Linux|Booting the media from an existing Linux installation]]
{{outdated|Starting from here, the installation guide haven't been revised yet.}}


== Making the installation media ==
== Making the installation media ==
Line 27: Line 24:
=== "Burning" to USB drive ===
=== "Burning" to USB drive ===


First, download a [http://nixos.org/nixos/download.html NixOS ISO image] or [[Creating a Nix OS live CD|create a custom ISO]]. Then plug in a USB stick large enough to accommodate the image. Then follow the platform instructions:
First, download a [https://nixos.org/nixos/download.html NixOS ISO image] or [[Creating a NixOS live CD|create a custom ISO]]. Then plug in a USB stick large enough to accommodate the image. Then follow the platform instructions:


==== From Linux ====
==== From Linux ====
Line 68: Line 65:
* [[NixOS_Installation_Guide/Manual USB Creation|Manual USB Creation]]
* [[NixOS_Installation_Guide/Manual USB Creation|Manual USB Creation]]


== Build a custom installation image ==


NixOS provides an easy way to build a custom variant of the installation image. This might be useful to embed your own ssh key or enable additional features like zfs support. It allows to specify a custom <code>configuration.nix</code> which is used to build the image
{{outdated|Starting from here, the installation guide haven't been revised yet.}}
This is explained in [[Creating a NixOS live CD]].


== Installing on VPS & Cloud Providers ==
== Installing on VPS & Cloud Providers ==