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 = {