Skip to content
Snippets Groups Projects
Commit eaeb142f authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

That settles that

parent 22679e83
No related branches found
No related tags found
No related merge requests found
...@@ -20,10 +20,11 @@ ...@@ -20,10 +20,11 @@
, vpnClientIPs , vpnClientIPs
# A list of VPN clients (IP addresses or hostnames) as strings indicating # A list of VPN clients (IP addresses or hostnames) as strings indicating
# which nodes to scrape metrics from. # which nodes to scrape "nodeExporter" metrics from.
, nodeExporterTargets , nodeExporterTargets
# ... # A list of VPN clients (IP addresses or hostnames) as strings indicating
# which nodes to scrape "nginxExporter" metrics from.
, nginxExporterTargets ? [] , nginxExporterTargets ? []
# A string giving the NixOS state version for the system. # A string giving the NixOS state version for the system.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment