forked from fi/nix-infra
WIP grafana
This commit is contained in:
parent
0fa4ca7521
commit
b7bae9e9de
8 changed files with 117 additions and 0 deletions
6
hosts/metrics/prometheus.nix
Normal file
6
hosts/metrics/prometheus.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue