users.mysql.nss.getgrgid

NixOS option

SQL query for the getgrgid syscall.

type: null or string
Default
null
Example
SELECT name,password,gid FROM groups WHERE gid='%1$u' LIMIT 1
declared in: nixos/modules/config/mysql.nixView source on NixOS/nixpkgs →