mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 11:35:37 +03:00
grafana: support socket protocol
This commit is contained in:
parent
5107b3f7b3
commit
ed6f1761cc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ in {
|
||||||
protocol = mkOption {
|
protocol = mkOption {
|
||||||
description = "Which protocol to listen.";
|
description = "Which protocol to listen.";
|
||||||
default = "http";
|
default = "http";
|
||||||
type = types.enum ["http" "https"];
|
type = types.enum ["http" "https" "socket"];
|
||||||
};
|
};
|
||||||
|
|
||||||
addr = mkOption {
|
addr = mkOption {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue