Add prometheus #118

Merged
esy merged 27 commits from prometheus2 into main 2024-05-23 21:52:10 +00:00
Showing only changes of commit 15271c1d09 - Show all commits

View file

@ -30,6 +30,7 @@ in {
other_nodes = mkOption { other_nodes = mkOption {
type = types.listOf types.str; type = types.listOf types.str;
default = [];
description = '' description = ''
To add other nodes outside of nix, specify ip and port that server should listen to here To add other nodes outside of nix, specify ip and port that server should listen to here
''; '';