diff options
Diffstat (limited to 'hosts/tahoe')
-rw-r--r-- | hosts/tahoe/services.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index 87a71cf..8783e8c 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -26,6 +26,13 @@ in enable = true; vhostName = "dash.fcuny.xyz"; }; + + loki = { + enable = true; + address = "192.168.6.40"; + }; + + metrics-exporter.promtail.enable = true; cgit = { enable = true; }; |