···169169(`/dev/dri/renderD*`) or are tagged as `uaccess` (`/dev/dri/card*`). The
170170access control lists of devices with the `uaccess` tag will be updated
171171automatically when a user logs in through `systemd-logind`. For example,
172172-if the user *jane* is logged in, the access control list should look as
172172+if the user *alice* is logged in, the access control list should look as
173173follows:
174174175175```ShellSession
···178178# owner: root
179179# group: video
180180user::rw-
181181-user:jane:rw-
181181+user:alice:rw-
182182group::rw-
183183mask::rw-
184184other::---
···194194 devices with the <literal>uaccess</literal> tag will be updated
195195 automatically when a user logs in through
196196 <literal>systemd-logind</literal>. For example, if the user
197197- <emphasis>jane</emphasis> is logged in, the access control list
197197+ <emphasis>alice</emphasis> is logged in, the access control list
198198 should look as follows:
199199 </para>
200200 <programlisting>
···203203# owner: root
204204# group: video
205205user::rw-
206206-user:jane:rw-
206206+user:alice:rw-
207207group::rw-
208208mask::rw-
209209other::---
+1-1
nixos/maintainers/scripts/lxd/lxd-image-inner.nix
···5555 # services.xserver.libinput.enable = true;
56565757 # Define a user account. Don't forget to set a password with ‘passwd’.
5858- # users.users.jane = {
5858+ # users.users.alice = {
5959 # isNormalUser = true;
6060 # extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
6161 # };
+1-1
nixos/modules/installer/tools/tools.nix
···175175 # services.xserver.libinput.enable = true;
176176177177 # Define a user account. Don't forget to set a password with ‘passwd’.
178178- # users.users.jane = {
178178+ # users.users.alice = {
179179 # isNormalUser = true;
180180 # extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
181181 # packages = with pkgs; [
+1-1
nixos/modules/services/games/crossfire-server.nix
···7676 {
7777 dm_file = '''
7878 admin:secret_password:localhost
7979- jane:xyzzy:*
7979+ alice:xyzzy:*
8080 ''';
8181 ban_file = '''
8282 # Bob is a jerk