users.mysql.nss.getgrnam
NixOS option
SQL query for the getgrnam syscall.
type: null or stringDefault
null
Example
declared in: nixos/modules/config/mysql.nixView source on NixOS/nixpkgs →SELECT name,password,gid FROM groups WHERE name='%1$s' LIMIT 1