mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/alertmanager: init
This commit is contained in:
parent
a1731f0c2e
commit
af8526bcb8
4 changed files with 119 additions and 0 deletions
|
@ -112,6 +112,9 @@ in
|
|||
prometheus = {
|
||||
enable = true;
|
||||
};
|
||||
alertmanager = {
|
||||
enable = true;
|
||||
};
|
||||
grafana = {
|
||||
enable = true;
|
||||
passwordFile = secrets."grafana/password".path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue