mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
nixos/doc: document password-promptless installation (#35210)
This commit is contained in:
parent
e4fb79971c
commit
385369eeb2
@ -275,11 +275,20 @@ Enter new UNIX password: ***
|
|||||||
Retype new UNIX password: ***
|
Retype new UNIX password: ***
|
||||||
</screen>
|
</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>
|
</para>
|
||||||
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>If everything went well:
|
<listitem>
|
||||||
|
<para>If everything went well:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
# reboot</screen>
|
# reboot</screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user