Loading nixos/modules/services/monitoring/grafana.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/modules/services/monitoring/grafana.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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