users.mysql.nss.getgrgid
NixOS option
SQL query for the getgrgid 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 gid='%1$u' LIMIT 1