···99 This profile just enables a <systemitem class="username">demo</systemitem>
1010 user, with password <literal>demo</literal>, uid <literal>1000</literal>,
1111 <systemitem class="groupname">wheel</systemitem> group and
1212- <link linkend="opt-services.xserver.displayManager.sddm.autoLogin"> autologin
1313- in the SDDM display manager</link>.
1212+ <link linkend="opt-services.xserver.displayManager.autoLogin">autologin in the SDDM display manager</link>.
1413 </para>
1514</section>
+2-3
nixos/doc/manual/configuration/x-windows.xml
···9090 using lightdm for a user <literal>alice</literal>:
9191<programlisting>
9292<xref linkend="opt-services.xserver.displayManager.lightdm.enable"/> = true;
9393-<xref linkend="opt-services.xserver.displayManager.lightdm.autoLogin.enable"/> = true;
9494-<xref linkend="opt-services.xserver.displayManager.lightdm.autoLogin.user"/> = "alice";
9393+<xref linkend="opt-services.xserver.displayManager.autoLogin.enable"/> = true;
9494+<xref linkend="opt-services.xserver.displayManager.autoLogin.user"/> = "alice";
9595</programlisting>
9696- The options are named identically for all other display managers.
9796 </para>
9897 </simplesect>
9998 <simplesect xml:id="sec-x11--graphics-cards-intel">
+1-1
nixos/doc/manual/release-notes/rl-2003.xml
···792792 The <option>services.xserver.displayManager.auto</option> module has been removed.
793793 It was only intended for use in internal NixOS tests, and gave the false impression
794794 of it being a special display manager when it's actually LightDM.
795795- Please use the <xref linkend="opt-services.xserver.displayManager.lightdm.autoLogin"/> options instead,
795795+ Please use the <option>services.xserver.displayManager.lightdm.autoLogin</option> options instead,
796796 or any other display manager in NixOS as they all support auto-login. If you used this module specifically
797797 because it permitted root auto-login you can override the lightdm-autologin pam module like:
798798<programlisting>
+6
nixos/doc/manual/release-notes/rl-2009.xml
···514514 automatically if <literal>stateVersion</literal> is 20.09 or higher.
515515 </para>
516516 </listitem>
517517+ <listitem>
518518+ <para>
519519+ We now have a unified <xref linkend="opt-services.xserver.displayManager.autoLogin"/> option interface
520520+ to be used for every display-manager in NixOS.
521521+ </para>
522522+ </listitem>
517523 </itemizedlist>
518524 </section>
519525
···3939 The services.xserver.displayManager.auto module has been removed
4040 because it was only intended for use in internal NixOS tests, and gave the
4141 false impression of it being a special display manager when it's actually
4242- LightDM. Please use the services.xserver.displayManager.lightdm.autoLogin options
4242+ LightDM. Please use the services.xserver.displayManager.autoLogin options
4343 instead, or any other display manager in NixOS as they all support auto-login.
4444 '')
4545 (mkRemovedOptionModule [ "services" "dnscrypt-proxy" ] "Use services.dnscrypt-proxy2 instead")