{ config, pkgs, lib, ... }: let cfg = config.pub-solar.home-controller; in { pub-solar.monitoring-client = lib.mkIf cfg.enable { enable = true; listenAddress = cfg.ownIp; }; }