Skip to content

Commit

Permalink
nixos/doc: document password-promptless installation (#35210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrben authored and Mic92 committed Feb 20, 2018
1 parent e4fb799 commit 385369e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion nixos/doc/manual/installation/installing.xml
Expand Up @@ -275,11 +275,20 @@ Enter new UNIX password: ***
Retype new UNIX password: ***
</screen>

<note>
<para>
To prevent the password prompt, set <code>users.mutableUsers = false;</code> in
<filename>configuration.nix</filename>, which allows unattended installation
necessary in automation.
</para>
</note>

</para>

</listitem>

<listitem><para>If everything went well:
<listitem>
<para>If everything went well:

<screen>
# reboot</screen>
Expand Down

0 comments on commit 385369e

Please sign in to comment.