Temporarily disable Loki

This commit is contained in:
Root User 2026-02-14 14:40:10 +01:00
parent e6b7a95b57
commit 35e5b04ad8
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -90,19 +90,19 @@ in {
]; ];
}; };
services.loki = { #services.loki = {
enable = true; # enable = true;
#
configuration = { # configuration = {
auth_enabled = false; # auth_enabled = false;
server.http_listen_port = 3100; # server.http_listen_port = 3100;
#
# etc. # # etc.
}; # };
# or alternatively # or alternatively
#configFile = ./loki-config.yaml; #configFile = ./loki-config.yaml;
}; # };
# Enable Tailscale for remote access to Traefik dashboard and configuration # Enable Tailscale for remote access to Traefik dashboard and configuration
services.tailscale.enable = true; services.tailscale.enable = true;