home
Code
Branches
Tags
Commits
nftable-migration
home
/
systems
/
common
/
services
/
prometheus-exporters-bind.nix
Top
1
_
:
{
2
services
.
prometheus
.
exporters
.
bind
=
{
3
enable
=
true
;
4
port
=
9009
;
5
}
;
6
}