summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/monitoring/prometheus/exporters/nats.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/prometheus/exporters/nats.nix')
-rw-r--r--nixos/modules/services/monitoring/prometheus/exporters/nats.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/nats.nix b/nixos/modules/services/monitoring/prometheus/exporters/nats.nix
index 83e60426f5ed..224ce474d537 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/nats.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/nats.nix
@@ -1,11 +1,8 @@
{ config, lib, pkgs, options, ... }:
-with lib;
-
let
-
cfg = config.services.prometheus.exporters.nats;
-
+ inherit (lib) mkOption types concatStringsSep;
in
{
port = 7777;