From 8476372e535d6a9bedd39237da6b29d04c374256 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 14 Dec 2025 22:47:55 +0100 Subject: chore: remove unused code --- nixos/hosts/tente/grafana.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nixos/hosts') 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 = [ - ]; -- cgit v1.3.1