forked from mirrors/nixpkgs
Merge pull request #38885 from lopsided98/grafana-unix-socket
grafana: support socket protocol
This commit is contained in:
commit
0cb8413b02
|
@ -50,7 +50,7 @@ in {
|
|||
protocol = mkOption {
|
||||
description = "Which protocol to listen.";
|
||||
default = "http";
|
||||
type = types.enum ["http" "https"];
|
||||
type = types.enum ["http" "https" "socket"];
|
||||
};
|
||||
|
||||
addr = mkOption {
|
||||
|
|
Loading…
Reference in a new issue