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