summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix')
-rw-r--r--nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix b/nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix
index 27c0c191c6e3..7a48c836425f 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/wireguard.nix
@@ -1,9 +1,15 @@
{ config, lib, pkgs, options, ... }:
-with lib;
-
let
cfg = config.services.prometheus.exporters.wireguard;
+ inherit (lib)
+ mkOption
+ types
+ mkRenamedOptionModule
+ mkEnableOption
+ optionalString
+ escapeShellArg
+ ;
in {
port = 9586;
imports = [