diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-12 14:53:59 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-12 14:55:31 -0700 |
| commit | 03707f1c0d9615d3c6385132af52de60c2fedfc0 (patch) | |
| tree | b3e1a344693cb4c151e014812d42bac63d616567 /modules/services/monitoring/default.nix | |
| parent | profiles/monitoring: move promtail to a profile (diff) | |
| download | infra-03707f1c0d9615d3c6385132af52de60c2fedfc0.tar.gz | |
profiles/monitoring: move loki to a profile
Add a nginx virtualhost for loki too, so that we can use a valid SSL
certificate.
Diffstat (limited to 'modules/services/monitoring/default.nix')
| -rw-r--r-- | modules/services/monitoring/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/services/monitoring/default.nix b/modules/services/monitoring/default.nix index 32866cb..9c75aa8 100644 --- a/modules/services/monitoring/default.nix +++ b/modules/services/monitoring/default.nix @@ -5,7 +5,6 @@ in { imports = [ ./grafana.nix - ./loki.nix ./prometheus.nix ]; } |
