index
:
Rory-Open-Architecture.git
this commit
master
temp-rollback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
host
/
Rory-nginx
/
services
/
prometheus.nix
blob: 9409529aa064cbddce4e892b64c615662490e56a (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
...
}:
{
services
.
prometheus
=
{
enable
=
true
;
port
=
9001
;
};
}