{ lib, ... }: { options.forest.postgresqlUsers = lib.mkOption { description = "PostgreSQL users and databases to create."; type = with lib.types; listOf str; }; }