[Backport release-25.11] nixos/vlagent: fix typo in command line (#510808)

This commit is contained in:
Yorick
2026-04-17 07:26:15 +00:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ let
"-remoteWrite.basicAuth.username=${cfg.remoteWrite.basicAuthUsername}"
]
++ lib.optionals (cfg.remoteWrite.maxDiskUsagePerUrl != null) [
"-remoteWrite.maxDiskUsagePerUrl=${cfg.remoteWrite.maxDiskUsagePerUrl}"
"-remoteWrite.maxDiskUsagePerURL=${cfg.remoteWrite.maxDiskUsagePerUrl}"
];
in
{