aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-12-14 22:47:55 +0100
committerMartin Fischer <martin@push-f.com>2025-12-14 22:48:04 +0100
commit8476372e535d6a9bedd39237da6b29d04c374256 (patch)
tree36e25777ee9404b34c30a30b1140d6abfc5cf037 /nixos
parent4dda24d573daa349f4bb1d400a1e0e423876df77 (diff)
chore: remove unused code
Diffstat (limited to 'nixos')
-rw-r--r--nixos/hosts/tente/grafana.nix4
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>
];