nixos/grafana: add default value back to settings.server.socket

This commit is contained in:
Sandro Jäckel 2022-10-27 00:53:10 +02:00
parent 0080e025b9
commit 95a7b35b1c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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