nixos/prometheus.exporters.bitcoin: remove unused attributes

This commit is contained in:
Adriano Di Luzio
2025-05-26 07:55:49 +02:00
committed by Adriano Di Luzio
parent 18e236d89d
commit 3be190a1fc
@@ -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;