grafana: support socket protocol
This commit is contained in:
parent
5107b3f7b3
commit
ed6f1761cc
@ -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 New Issue
Block a user