Merge pull request #197987 from SuperSandro2000/grafana-socket
This commit is contained in:
commit
b99b28431c
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user