From 0b5c00e6854f283d7c446e9ab095f33bddd86be6 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sun, 8 Aug 2021 17:23:50 +0200 Subject: [PATCH] esphome node --- nixos/logical/frumar.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/logical/frumar.nix b/nixos/logical/frumar.nix index 7124bf8..5b9d614 100644 --- a/nixos/logical/frumar.nix +++ b/nixos/logical/frumar.nix @@ -54,6 +54,10 @@ job_name = "thermometer"; static_configs = [{ targets = [ "192.168.178.21:8000" ]; }]; } + { + job_name = "esphome"; + static_configs = [{ targets = [ "192.168.178.77" ]; }]; + } ]; exporters.node.enable = true; # exporters.unifi = {