mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-27 21:43:57 +02:00
10 lines
119 B
Nix
10 lines
119 B
Nix
{
|
|
lib,
|
|
outputs,
|
|
}:
|
|
{
|
|
v2rayExporter = "127.0.0.1";
|
|
pgExporter = "127.0.0.1";
|
|
sftpgoTelemetry = "127.0.0.1";
|
|
}
|