···120120$ nano /mnt/etc/nixos/configuration.nix
121121</screen>
122122123123- The <command>vim</command> text editor is also available.</para>
123123+ If you’re using the graphical ISO image, other editors may be
124124+ available (such as <command>vim</command>). If you have network
125125+ access, you can also install other editors — for instance, you can
126126+ install Emacs by running <literal>nix-env -i
127127+ emacs</literal>.</para>
124128125129 <para>You <emphasis>must</emphasis> set the option
126130 <option>boot.loader.grub.device</option> to specify on which disk
···189193190194 <listitem>
191195192192- <para>You should now be able to boot into the installed NixOS. The GRUB boot menu shows a list
193193- of <emphasis>available configurations</emphasis> (initially just one). Every time
194194- you change the NixOS configuration (see<link linkend="sec-changing-config">Changing
195195- Configuration</link> ), a new item appears in the menu. This allows you to
196196- easily roll back to another configuration if something goes wrong.</para>
196196+ <para>You should now be able to boot into the installed NixOS. The
197197+ GRUB boot menu shows a list of <emphasis>available
198198+ configurations</emphasis> (initially just one). Every time you
199199+ change the NixOS configuration (see <link
200200+ linkend="sec-changing-config">Changing Configuration</link> ), a
201201+ new item is added to the menu. This allows you to easily roll back
202202+ to a previous configuration if something goes wrong.</para>
197203198204 <para>You should log in and change the <literal>root</literal>
199205 password with <command>passwd</command>.</para>