aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/doc/manual/configuration/profiles/demo.xml
blob: bc801bb3dc5b8e9abb9f81a68c78358104572b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<section xmlns="http://docbook.org/ns/docbook"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:xi="http://www.w3.org/2001/XInclude"
         version="5.0"
         xml:id="sec-profile-demo">
 <title>Demo</title>

 <para>
  This profile just enables a <systemitem class="username">demo</systemitem>
  user, with password <literal>demo</literal>, uid <literal>1000</literal>,
  <systemitem class="groupname">wheel</systemitem> group and
  <link linkend="opt-services.xserver.displayManager.autoLogin">autologin in the SDDM display manager</link>.
 </para>
</section>