From af913499833185715ae18b14ff289865813a0c6a Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Thu, 5 Feb 2026 14:26:35 -0600 Subject: [PATCH] push --- modules/monitor.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitor.nix b/modules/monitor.nix index c00e8ef..89d1f8e 100644 --- a/modules/monitor.nix +++ b/modules/monitor.nix @@ -111,7 +111,7 @@ max_age = "12h"; labels = { job = "systemd-journal"; - host = "your_hostname"; + host = "box"; instance = "127.0.0.1"; }; }; @@ -131,7 +131,7 @@ labels = { job = "nginx"; __path__ = "/var/log/nginx/*.log"; - host = "your_hostname"; + host = "box"; instance = "127.0.0.1"; }; }