forked from mirrors/nixpkgs
Merge pull request #45215 from srhb/no-password-install
nixos/doc: New installer note on unattended installs
This commit is contained in:
commit
73d348c8eb
|
@ -326,10 +326,9 @@ Retype new UNIX password: ***
|
||||||
</screen>
|
</screen>
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
To prevent the password prompt, set
|
For unattended installations, it is possible to use
|
||||||
<code><xref linkend="opt-users.mutableUsers"/> = false;</code> in
|
<command>nixos-install --no-root-passwd</command>
|
||||||
<filename>configuration.nix</filename>, which allows unattended
|
in order to disable the password prompt entirely.
|
||||||
installation necessary in automation.
|
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
</para>
|
</para>
|
||||||
|
|
Loading…
Reference in a new issue