From 95a7b35b1c011771f693a3932ec1627398c630e3 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Thu, 27 Oct 2022 00:53:10 +0200 Subject: nixos/grafana: add default value back to settings.server.socket --- nixos/modules/services/monitoring/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/monitoring/grafana.nix') diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix index 414d5cfe9df..52d5cab9f51 100644 --- a/nixos/modules/services/monitoring/grafana.nix +++ b/nixos/modules/services/monitoring/grafana.nix @@ -408,7 +408,7 @@ in { socket = mkOption { description = lib.mdDoc "Path where the socket should be created when protocol=socket. Make sure that Grafana has appropriate permissions before you change this setting."; - default = ""; + default = "/run/grafana/grafana.sock"; type = types.str; }; }; -- cgit 1.4.1