Loading nixos/modules/services/monitoring/prometheus/exporters/bitcoin.nix +1 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,12 @@ config, lib, pkgs, options, ... }: let cfg = config.services.prometheus.exporters.bitcoin; inherit (lib) mkOption types concatStringsSep; inherit (lib) mkOption types; in { port = 9332; Loading Loading
nixos/modules/services/monitoring/prometheus/exporters/bitcoin.nix +1 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,12 @@ config, lib, pkgs, options, ... }: let cfg = config.services.prometheus.exporters.bitcoin; inherit (lib) mkOption types concatStringsSep; inherit (lib) mkOption types; in { port = 9332; Loading