diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix index 414d5cfe9dfd..52d5cab9f515 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; }; };