lol

Add some info about editors

+12 -6
+12 -6
nixos/doc/manual/installation/installing.xml
··· 120 $ nano /mnt/etc/nixos/configuration.nix 121 </screen> 122 123 - The <command>vim</command> text editor is also available.</para> 124 125 <para>You <emphasis>must</emphasis> set the option 126 <option>boot.loader.grub.device</option> to specify on which disk ··· 189 190 <listitem> 191 192 - <para>You should now be able to boot into the installed NixOS. The GRUB boot menu shows a list 193 - of <emphasis>available configurations</emphasis> (initially just one). Every time 194 - you change the NixOS configuration (see<link linkend="sec-changing-config">Changing 195 - Configuration</link> ), a new item appears in the menu. This allows you to 196 - easily roll back to another configuration if something goes wrong.</para> 197 198 <para>You should log in and change the <literal>root</literal> 199 password with <command>passwd</command>.</para>
··· 120 $ nano /mnt/etc/nixos/configuration.nix 121 </screen> 122 123 + If you’re using the graphical ISO image, other editors may be 124 + available (such as <command>vim</command>). If you have network 125 + access, you can also install other editors — for instance, you can 126 + install Emacs by running <literal>nix-env -i 127 + emacs</literal>.</para> 128 129 <para>You <emphasis>must</emphasis> set the option 130 <option>boot.loader.grub.device</option> to specify on which disk ··· 193 194 <listitem> 195 196 + <para>You should now be able to boot into the installed NixOS. The 197 + GRUB boot menu shows a list of <emphasis>available 198 + configurations</emphasis> (initially just one). Every time you 199 + change the NixOS configuration (see <link 200 + linkend="sec-changing-config">Changing Configuration</link> ), a 201 + new item is added to the menu. This allows you to easily roll back 202 + to a previous configuration if something goes wrong.</para> 203 204 <para>You should log in and change the <literal>root</literal> 205 password with <command>passwd</command>.</para>