summary refs log tree commit diff
path: root/machines/corsac/default.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-23 02:59:38 +0100
committerMel <einebeere@gmail.com>2024-12-23 02:59:38 +0100
commit4b0e9071bf1043c5db168fa620137273f13aa64e (patch)
tree372eb61d6321e3dc7f30ebeeb2e5da6c1e4d7a25 /machines/corsac/default.nix
parent42c35b6333fad97c48762a39c2e079c80bf7833e (diff)
downloadnetwork-4b0e9071bf1043c5db168fa620137273f13aa64e.tar.zst
network-4b0e9071bf1043c5db168fa620137273f13aa64e.zip
Add access log directives and service listings to all hosts
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/corsac/default.nix')
-rw-r--r--machines/corsac/default.nix5
1 files changed, 4 insertions, 1 deletions
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";
 }