From 929262f4003f5913ed2f1286aaf74b8c93dbce51 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 18 Jun 2022 22:10:57 +0200 Subject: [PATCH] services/monitoring: loki-grpc on localhost --- hosts/VEGAS/services/monitoring/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/VEGAS/services/monitoring/default.nix b/hosts/VEGAS/services/monitoring/default.nix index 985e2c3..bc2fc04 100644 --- a/hosts/VEGAS/services/monitoring/default.nix +++ b/hosts/VEGAS/services/monitoring/default.nix @@ -46,7 +46,6 @@ in }; loki-grpc = { protocol = "grpc"; - ipv4 = myNode.hypr.addr; }; }; services.grafana = {