users.mysql.nss.getgrnam

NixOS option

SQL query for the getgrnam syscall.

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