nixpkgs/nixos/modules/config
Alyssa Ross 59dc10b5a6 nixos/users-groups: fix confusing error message
If we include users with unset groups, we get this very confusing
message, with invalid Nix code:

       - The following users have a primary group that is undefined: qyliss
       Hint: Add this to your NixOS configuration:
         users.groups. = {};

We don't need to include such users in this check, since they'll be
caught anyway by this one:

       - users.users.qyliss.group is unset. This used to default to
       nogroup, but this is unsafe. For example you can create a group
       for this user with:
       users.users.qyliss.group = "qyliss";
       users.groups.qyliss = {};
2023-12-14 02:08:16 +01:00
..
fonts
gtk
krb5
xdg nixos/xdg/portal: Fix link to portals.conf documentation 2023-11-21 08:42:55 +01:00
appstream.nix
console.nix
debug-info.nix
fanout.nix
i18n.nix
iproute2.nix nixos/iproute2: use rt_tables.d to avoid IFD 2023-12-12 23:31:25 +08:00
ldap.nix
ldso.nix nixos/ldso: init module 2023-12-03 16:23:44 -05:00
locale.nix
malloc.nix
mysql.nix nixos/mysql-auth: fix passwords in config files 2023-12-01 14:04:45 +01:00
networking.nix
nix-channel.nix Revert "23.11 beta release" 2023-11-22 22:39:48 +02:00
nix-flakes.nix
nix-remote-build.nix
nix.nix nixos/nix.nix: Support new Nix 2.20 command syntax 2023-12-01 12:14:21 +01:00
no-x-libs.nix nixos/no-x-libs: add mupdf 2023-12-10 09:12:47 +00:00
nsswitch.nix
power-management.nix
pulseaudio.nix nixos/pulseaudio: set permission of pulse home directory 2023-12-01 15:47:22 +11:00
qt.nix
resolvconf.nix
shells-environment.nix
stevenblack.nix
stub-ld.nix nixos/stub-ld: init module 2023-12-11 05:47:23 -05:00
swap.nix
sysctl.nix
system-environment.nix
system-path.nix
terminfo.nix
unix-odbc-drivers.nix
update-users-groups.pl
users-groups.nix nixos/users-groups: fix confusing error message 2023-12-14 02:08:16 +01:00
vte.nix
zram.nix