diff options
| author | Mel <einebeere@gmail.com> | 2024-12-23 02:59:38 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-23 02:59:38 +0100 |
| commit | 4b0e9071bf1043c5db168fa620137273f13aa64e (patch) | |
| tree | 372eb61d6321e3dc7f30ebeeb2e5da6c1e4d7a25 /machines/corsac/default.nix | |
| parent | 42c35b6333fad97c48762a39c2e079c80bf7833e (diff) | |
| download | network-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.nix | 5 |
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"; } |
