nixpkgs/nixos
Silvan Mosberger ea00f991c0 nixos/users: Populate group members option
This change makes it so that accessing config.users.groups.*.members isn't
empty by default, but instead contains all the users whose `extraGroups`
includes that group, allowing fancy things like

  { config, ... }: {
    users.groups.libvirt.members = config.users.groups.wheel.members;
  }

to add all users in the wheel group to the libvirt group
2021-08-08 18:40:06 +02:00
..
doc Merge pull request #130617 from zhaofengli/moonraker 2021-08-05 02:59:59 +00:00
lib nixos/testing: fix invalid node names detection 2021-07-28 15:37:57 -05:00
maintainers
modules nixos/users: Populate group members option 2021-08-08 18:40:06 +02:00
tests nixos/tests/signal-desktop: Improve the DB test 2021-08-05 18:26:59 +02:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.