Unverified Commit 0cb8413b authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #38885 from lopsided98/grafana-unix-socket

grafana: support socket protocol
parents ae131804 ed6f1761
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 {