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 = {
enable = true;
configuration = {
auth_enabled = false;
server.http_listen_port = 3100;
# etc.
};
#services.loki = {
# enable = true;
#
# configuration = {
# auth_enabled = false;
# server.http_listen_port = 3100;
#
# # etc.
# };
# or alternatively
#configFile = ./loki-config.yaml;
};
# };
# Enable Tailscale for remote access to Traefik dashboard and configuration
services.tailscale.enable = true;