diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-14 22:47:55 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-14 22:48:04 +0100 |
| commit | 8476372e535d6a9bedd39237da6b29d04c374256 (patch) | |
| tree | 36e25777ee9404b34c30a30b1140d6abfc5cf037 /nixos | |
| parent | 4dda24d573daa349f4bb1d400a1e0e423876df77 (diff) | |
chore: remove unused code
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/tente/grafana.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/hosts/tente/grafana.nix b/nixos/hosts/tente/grafana.nix index a2ea9b9..73ea0d3 100644 --- a/nixos/hosts/tente/grafana.nix +++ b/nixos/hosts/tente/grafana.nix @@ -12,16 +12,12 @@ in matrixForwarderPort = lib.mkOption { type = lib.types.int; }; - prometheusSqlExporterPort = lib.mkOption { - type = lib.types.int; - }; matrixServerUrl = lib.mkOption { type = lib.types.str; }; }; imports = [ - <top/shared/prometheus-sql-exporter/service.nix> <top/shared/grafana-matrix-forwarder/service.nix> ]; |
