grafana: support socket protocol

This commit is contained in:
Ben Wolsieffer 2018-04-12 22:46:12 -04:00
parent 5107b3f7b3
commit ed6f1761cc

View file

@ -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 {