mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
grafana: Init basic module
This commit is contained in:
parent
fd9005567f
commit
f6f17802ff
3 changed files with 55 additions and 2 deletions
|
|
@ -47,6 +47,11 @@
|
|||
domain = "alerts.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
grafana = {
|
||||
enable = true;
|
||||
domain = "grafana.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
caddy.virtualHosts = {
|
||||
gatus = {
|
||||
inherit (config.custom.services.gatus) domain port;
|
||||
|
|
@ -54,6 +59,9 @@
|
|||
ntfy = {
|
||||
inherit (config.custom.services.ntfy) domain port;
|
||||
};
|
||||
grafana = {
|
||||
inherit (config.custom.services.grafana) domain port;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue