users.mysql.nss.getpwent

NixOS option

SQL query for the getpwent syscall.

type: null or string
Default
null
Example
SELECT username,'x',uid,'5000','MySQL User', CONCAT('/home/',username),'/run/sw/current-system/bin/bash' FROM users
declared in: nixos/modules/config/mysql.nixView source on NixOS/nixpkgs →