From 4b0e9071bf1043c5db168fa620137273f13aa64e Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 23 Dec 2024 02:59:38 +0100 Subject: Add access log directives and service listings to all hosts Signed-off-by: Mel --- machines/corsac/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'machines/corsac') diff --git a/machines/corsac/default.nix b/machines/corsac/default.nix index d38d06a..f579884 100644 --- a/machines/corsac/default.nix +++ b/machines/corsac/default.nix @@ -17,7 +17,10 @@ ../../services/transmission.nix ]; - foundation.monitoring.client.enable = true; + foundation.monitoring = { + client.enable = true; + services = [ "base" "jellyfin" "immich" ]; + }; system.stateVersion = "24.05"; } -- cgit 1.4.1