nixos-config/machines/fuuko/services/fritzbox-exporter.nix

8 lines
142 B
Nix

{
services.prometheus.exporters.fritzbox = {
enable = true;
gatewayAddress = "192.168.100.1";
listenAddress = "0.0.0.0";
};
}