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
commit b99b28431c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
};