mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-27 13:33:57 +02:00
13 lines
312 B
Nix
13 lines
312 B
Nix
{
|
|
lib,
|
|
outputs,
|
|
}:
|
|
let
|
|
aqua = outputs.nixosConfigurations.aquamarine.config;
|
|
in
|
|
{
|
|
v2rayExporter = aqua.services.prometheus.exporters.v2ray.listenAddress;
|
|
pgExporter = aqua.services.prometheus.exporters.postgres.listenAddress;
|
|
sftpgoTelemetry = aqua.services.sftpgo.settings.telemetry.bind_address;
|
|
}
|