From 15e30a4763cc62d59d643db4ca62dbc8155387dd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 13 Apr 2022 13:57:10 -0700 Subject: grafana: bind to localhost --- modules/services/grafana/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/services') diff --git a/modules/services/grafana/default.nix b/modules/services/grafana/default.nix index 3b40cc8..20d5a19 100644 --- a/modules/services/grafana/default.nix +++ b/modules/services/grafana/default.nix @@ -10,12 +10,8 @@ in { config = lib.mkIf cfg.enable { services.grafana = { enable = true; - # Bind to all interfaces. - addr = ""; security.adminUser = "fcuny"; - analytics.reporting.enable = false; - provision = { enable = true; datasources = [{ -- cgit 1.4.1