1{ lib, ... }: 2{ 3 options.forest.postgresqlUsers = lib.mkOption { 4 description = "PostgreSQL users and databases to create."; 5 type = with lib.types; listOf str; 6 }; 7}