nixos/prometheus: add cloud to refresh_interval description

This commit is contained in:
Phillip Cloud 2021-01-10 13:08:07 -05:00
parent 7958dbb8a7
commit cad83fc596

View File

@ -591,7 +591,7 @@ let
''; '';
refresh_interval = mkDefOpt types.str "60s" '' refresh_interval = mkDefOpt types.str "60s" ''
Refresh interval to re-read the instance list. Refresh interval to re-read the cloud instance list.
''; '';
port = mkDefOpt types.int "80" '' port = mkDefOpt types.int "80" ''