programs.openstackclient.publicClouds
Home-Manager option
Public information about clouds. Configuration written to $XDG_CONFIG_HOME/openstack/clouds-public.yaml. See https://docs.openstack.org/python-openstackclient/latest/configuration/index.html#clouds-public-yaml.
type: open submodule of (YAML 1.1 value)Default
{ }Example
declared in: <home-manager/modules/programs/openstackclient.nix>source unavailable{ example-cloud = { auth = { auth_url = "https://identity.cloud.example.com/v2.0"; }; }; };