From 21d405ab09a6f79a0eabab8e62d940e0704a57b6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 12 May 2023 14:48:50 -0700 Subject: profiles/monitoring: move promtail to a profile --- hosts/tahoe/default.nix | 1 + hosts/tahoe/services.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/tahoe') diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix index a5a6533..a23c7c8 100644 --- a/hosts/tahoe/default.nix +++ b/hosts/tahoe/default.nix @@ -18,6 +18,7 @@ in "${self}/profiles/music-server.nix" "${self}/profiles/hardware/amd.nix" "${self}/profiles/monitoring/exporter.nix" + "${self}/profiles/monitoring/promtail.nix" ]; # Use systemd-networkd for networking diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index b8745e4..a8b80b8 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -20,7 +20,6 @@ in enable = true; vhostName = "dash.${config.homelab.domain}"; }; - promtail.enable = true; }; sendsms.enable = true; -- cgit 1.4.1