summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-12-05 13:20:36 +0100
committerAlyssa Ross <hi@alyssa.is>2023-12-14 02:08:16 +0100
commit59dc10b5a6f2a592af36375c68fda41246794b86 (patch)
tree805c78e1f4a71564b482a333c9b76c81e3187b75 /pkgs/development/python-modules/rangehttpserver
parent9bcf41fe0d9a517f3a141d78bf73c0dd8b7c3569 (diff)
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 = {};
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions