Merge pull request #197987 from SuperSandro2000/grafana-socket

This commit is contained in:
Sandro
2022-10-31 01:45:42 +01:00
committed by GitHub
@@ -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;
};
};