From ca872275712c7ea590b63dc5861ac2baafb204c0 Mon Sep 17 00:00:00 2001 From: daragh Date: Thu, 23 May 2024 01:21:02 +0100 Subject: [PATCH] remove redundant option --- applications/grafana.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/applications/grafana.nix b/applications/grafana.nix index fd06612..beb66a8 100644 --- a/applications/grafana.nix +++ b/applications/grafana.nix @@ -25,11 +25,6 @@ in { }; }; - ip = mkOption { - type = types.str; - default = cfg.host.ip; - }; - port = mkOption { type = types.port; default = port;