aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tahoe/services.nix')
-rw-r--r--hosts/tahoe/services.nix7
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;
};