tweaked loki host in promtail, unverified

This commit is contained in:
John Lancaster
2025-03-10 21:48:53 -05:00
parent 3bd35e7a53
commit 670c1972c5

View File

@@ -1,6 +1,6 @@
{ config, pkgs, ... }:
let
lokiHost = "loki.john-stream.com";
lokiHost = "https://loki.john-stream.com";
in
{
systemd.services.promtail.serviceConfig = {
@@ -22,7 +22,7 @@ in
positions = {
filename = "/tmp/positions.yaml";
};
clients = [{url = "https://${lokiHost}/loki/api/v1/push";}];
clients = [{url = "${lokiHost}/loki/api/v1/push";}];
scrape_configs = [
{
job_name = "journal";