1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

fix: typo

This commit is contained in:
oddlama 2023-06-13 03:04:38 +02:00
parent 998d6d5348
commit b5d2d31b69
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -49,7 +49,7 @@ in {
clients = [
{
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";
}
];