Commit ed6f1761 authored by Ben Wolsieffer's avatar Ben Wolsieffer
Browse files

grafana: support socket protocol

parent 5107b3f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {