mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
prometheus, alertmanager: Init modules
This commit is contained in:
parent
58202b18bf
commit
9e79934cf2
3 changed files with 197 additions and 0 deletions
|
|
@ -12,6 +12,14 @@
|
|||
enable = true;
|
||||
domain = "alloy.${config.custom.networking.overlay.fqdn}";
|
||||
};
|
||||
prometheus = {
|
||||
enable = true;
|
||||
domain = "prometheus.${config.custom.networking.overlay.fqdn}";
|
||||
};
|
||||
alertmanager = {
|
||||
enable = true;
|
||||
domain = "alertmanager.${config.custom.networking.overlay.fqdn}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue