users.mysql.nss.getspnam

NixOS option

SQL query for the getspnam syscall.

type: null or string
Default
null
Example
SELECT username,password,'1','0','99999','0','0','-1','0' \
FROM users \
WHERE username='%1$s' \
LIMIT 1
declared in: nixos/modules/config/mysql.nixView source on NixOS/nixpkgs →