mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: typo
This commit is contained in:
parent
998d6d5348
commit
b5d2d31b69
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in {
|
||||||
clients = [
|
clients = [
|
||||||
{
|
{
|
||||||
basicAuthUser = nodeName;
|
basicAuthUser = nodeName;
|
||||||
basic_auth.password_file = config.age.secrets.loki-basic-auth-password.path;
|
basic_auth.password_file = config.age.secrets.promtail-loki-basic-auth-password.path;
|
||||||
url = "https://${nodes.${cfg.proxy}.config.proxiedDomains.loki}/loki/api/v1/push";
|
url = "https://${nodes.${cfg.proxy}.config.proxiedDomains.loki}/loki/api/v1/push";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue