| packages/nixpkgs/apache-users | Username Enumeration through Apache UserDir |
| packages/nixpkgs/haskellPackages.users | A library simplifying user management for web applications |
| packages/nixpkgs/haskellPackages.users-test | Library to test backends for the users library |
| packages/nixpkgs/trousers | Trusted computing software stack |
| packages/nixpkgs/haskellPackages.users-mysql-haskell | A mysql-haskell backend for the users library |
| packages/nixpkgs/haskellPackages.users-persistent | A persistent backend for the users package |
| packages/nixpkgs/haskellPackages.users-postgresql-simple | A PostgreSQL backend for the users package |
| packages/nixpkgs/python313Packages.diffusers | State-of-the-art diffusion models for image and audio generation in PyTorch |
| packages/nixpkgs/python314Packages.diffusers | State-of-the-art diffusion models for image and audio generation in PyTorch |
| packages/nixpkgs/python312Packages.diffusers | State-of-the-art diffusion models for image and audio generation in PyTorch |
| options/darwin/users.users | Configuration for users.
|
| options/nixos/users.users | Additional user accounts to be created automatically by the system
|
| options/nixos/users.motd | Message of the day shown to users when they log in.
|
| options/darwin/users.users.<name>.uid | The user's UID.
|
| options/darwin/users.users.<name>.gid | The user's primary group.
|
| options/nixos/users.users.<name>.home | The user's home directory.
|
| options/nixos/users.users.<name>.uid | The account UID
|
| options/nixos/users.users.<name>.group | The user's primary group.
|
| options/nixos/users.users.<name>.name | The name of the user account
|
| options/darwin/users.users.<name>.name | The name of the user account
|
| options/nixos/users.motdFile | A file containing the message of the day shown to users when they log in.
|
| options/darwin/users.users.<name>.isHidden | Whether to make the user account hidden.
|
| options/darwin/users.groups | Configuration for groups.
|
| options/darwin/users.users.<name>.home | The user's home directory
|
| options/darwin/users.knownUsers | List of users owned and managed by nix-darwin
|
| options/nixos/users.users.<name>.homeMode | The user's home directory mode in numeric format
|
| options/nixos/users.users.<name>.shell | The path to the user's shell
|
| options/darwin/users.users.<name>.createHome | Create the home directory when creating the user.
|
| options/nixos/users.groups | Additional groups to be created automatically by the system.
|
| options/nixos/users.users.<name>.enable | If set to false, the user account will not be created
|
| options/nixos/users.users.<name>.pamMount | Attributes for user's entry in
pam_mount.conf.xml
|
| options/nixos/users.users.<name>.extraGroups | The user's auxiliary groups.
|
| options/nixos/users.users.<name>.cryptHomeLuks | Path to encrypted luks device that contains
the user's home directory.
|
| options/nixos/users.extraUsers | Alias of users.users.
|
| options/nixos/power.ups.users | Users that can access upsd
|
| options/nixos/users.users.<name>.createHome | Whether to create the home directory and ensure ownership as well as
permissions to match the user.
|
| options/nixos/users.mysql.pam | Settings for pam_mysql
|
| options/nixos/users.ldap.base | The distinguished name of the search base.
|
| options/nixos/users.users.<name>.packages | The set of packages that should be made available to the user
|
| options/darwin/users.users.<name>.packages | The set of packages that should be made availabe to the user
|
| options/darwin/users.users.<name>.shell | The user's shell
|
| options/nixos/users.users.<name>.subGidRanges | Subordinate group ids that user is allowed to use
|
| options/nixos/users.users.<name>.subUidRanges | Subordinate user ids that user is allowed to use
|
| options/nixos/users.users.<name>.isSystemUser | Indicates if the user is a system user or not
|
| options/nixos/users.users.<name>.autoSubUidGidRange | Automatically allocate subordinate user and group ids for this user
|
| options/nixos/users.users.<name>.subGidRanges.*.count | Count of subordinate group ids
|
| options/nixos/users.users.<name>.subUidRanges.*.count | Count of subordinate user ids
|
| options/nixos/users.extraGroups | Alias of users.groups.
|
| options/nixos/users.users.<name>.isNormalUser | Indicates whether this is an account for a “real” user
|
| options/nixos/users.users.<name>.useDefaultShell | If true, the user's shell will be set to
users.defaultUserShell.
|
| options/nixos/users.mysql.host | The hostname of the MySQL/MariaDB server
|
| options/nixos/users.mysql.user | The username to use when connecting to the database
|
| options/nixos/users.defaultUserHome | The default home directory for normal users.
|
| options/nixos/users.users.<name>.subUidRanges.*.startUid | Start of the range of subordinate user ids that user is
allowed to use.
|
| options/nixos/users.users.<name>.subGidRanges.*.startGid | Start of the range of subordinate group ids that user is
allowed to use.
|
| options/nixos/users.users.<name>.expires | Set the date on which the user's account will no longer be
accessible
|
| options/darwin/users.knownGroups | List of groups owned and managed by nix-darwin
|
| options/nixos/users.users.<name>.linger | Whether to enable or disable lingering for this user
|
| options/nixos/users.ldap.loginPam | Whether to include authentication against LDAP in login PAM.
|
| options/nixos/users.mysql.nss | Settings for libnss-mysql
|
| options/nixos/users.ldap.server | The URL of the LDAP server.
|
| options/nixos/users.ldap.useTLS | If enabled, use TLS (encryption) over an LDAP (port 389)
connection
|
| options/darwin/users.groups.<name>.gid | The group's GID.
|
| options/nixos/users.ldap.enable | Whether to enable authentication against an LDAP server.
|
| options/nixos/users.mysql.pam.where | Additional criteria for the query.
|
| options/nixos/users.groups.<name>.gid | The group GID
|
| options/nixos/users.mysql.enable | Whether to enable authentication against a MySQL/MariaDB database.
|
| options/nixos/users.mysql.pam.table | The name of table that maps unique login names to the passwords.
|
| options/nixos/users.mysql.database | The name of the database containing the users
|
| options/nixos/users.extraUsers.<name>.home | The user's home directory.
|
| options/nixos/users.groups.<name>.name | The name of the group
|
| options/darwin/users.groups.<name>.name | The group's name
|
| options/nixos/users.ldap.timeLimit | Specifies the time limit (in seconds) to use when performing
searches
|
| options/nixos/users.extraUsers.<name>.uid | The account UID
|
| options/nixos/users.manageLingering | Whether to manage whether users linger or not.
|
| options/nixos/users.extraUsers.<name>.group | The user's primary group.
|
| options/nixos/users.users.<name>.ignoreShellProgramCheck | By default, nixos will check that programs
|
| options/nixos/boot.initrd.systemd.users | Users to include in initrd.
|
| options/nixos/users.users.<name>.description | A short description of the user account, typically the
user's full name
|
| options/darwin/users.users.<name>.ignoreShellProgramCheck | By default, nix-darwin will check that programs
|
| options/nixos/users.extraUsers.<name>.name | The name of the user account
|
| options/nixos/users.extraGroups.<name>.gid | The group GID
|
| options/nixos/users.ldap.nsswitch | Whether to include lookup against LDAP in NSS.
|
| options/nixos/users.mysql.pam.userColumn | The name of the column that contains a unix login name.
|
| options/nixos/users.ldap.bind.timeLimit | Specifies the time limit (in seconds) to use when connecting
to the directory server
|
| options/nixos/users.extraGroups.<name>.name | The name of the group
|
| options/nixos/nix.settings.allowed-users | A list of names of users (separated by whitespace) that are
allowed to connect to the Nix daemon
|
| options/darwin/nix.settings.allowed-users | A list of names of users (separated by whitespace) that are
allowed to connect to the Nix daemon
|
| options/nixos/programs.weylus.users | To enable stylus and multi-touch support, the user you're going to use must be added to this list
|
| options/darwin/users.groups.<name>.members | The group's members.
|
| options/nixos/users.defaultUserShell | This option defines the default shell assigned to user
accounts
|
| options/darwin/users.users.<name>.description | A short description of the user account, typically the
user's full name
|
| options/nixos/users.extraUsers.<name>.isSystemUser | Indicates if the user is a system user or not
|
| options/nixos/users.mysql.pam.verbose | If enabled, produces logs with detailed messages that describes what
pam_mysql is doing
|
| options/nixos/power.ups.users.<name>.upsmon | Add the necessary actions for a upsmon process to work
|
| options/nixos/users.ldap.extraConfig | Extra configuration options that will be added verbatim at
the end of the ldap configuration file (ldap.conf(5))
|
| options/nixos/users.mutableUsers | If set to true, you are free to add new users and groups to the system
with the ordinary useradd and
groupadd commands
|
| options/nixos/users.extraUsers.<name>.homeMode | The user's home directory mode in numeric format
|
| options/nixos/users.extraUsers.<name>.packages | The set of packages that should be made available to the user
|
| options/nixos/users.groups.<name>.members | The user names of the group members, added to the
/etc/group file.
|