From 3be190a1fc7a91ca0f3ceed8f354f1d3a22f9a78 Mon Sep 17 00:00:00 2001 From: Adriano Di Luzio Date: Mon, 26 May 2025 07:55:49 +0200 Subject: [PATCH] nixos/prometheus.exporters.bitcoin: remove unused attributes --- .../services/monitoring/prometheus/exporters/bitcoin.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/services/monitoring/prometheus/exporters/bitcoin.nix b/nixos/modules/services/monitoring/prometheus/exporters/bitcoin.nix index 246381459c56..af95a0bc59bd 100644 --- a/nixos/modules/services/monitoring/prometheus/exporters/bitcoin.nix +++ b/nixos/modules/services/monitoring/prometheus/exporters/bitcoin.nix @@ -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;