From 061453e5d19b1bdc0f95a4c29b6f159661963600 Mon Sep 17 00:00:00 2001 From: daragh Date: Thu, 23 May 2024 02:44:39 +0100 Subject: [PATCH] remove dead code --- applications/grafana.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/applications/grafana.nix b/applications/grafana.nix index 84af996..ca13ff4 100644 --- a/applications/grafana.nix +++ b/applications/grafana.nix @@ -25,11 +25,6 @@ in { }; }; - port = mkOption { - type = types.port; - default = port; - }; - datasource = { name = mkOption { type = types.str;