Temporarily disable Loki
This commit is contained in:
parent
e6b7a95b57
commit
35e5b04ad8
1 changed files with 12 additions and 12 deletions
|
|
@ -90,19 +90,19 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
services.loki = {
|
||||
enable = true;
|
||||
#services.loki = {
|
||||
# enable = true;
|
||||
#
|
||||
# configuration = {
|
||||
# auth_enabled = false;
|
||||
# server.http_listen_port = 3100;
|
||||
#
|
||||
# # etc.
|
||||
# };
|
||||
|
||||
configuration = {
|
||||
auth_enabled = false;
|
||||
server.http_listen_port = 3100;
|
||||
|
||||
# etc.
|
||||
};
|
||||
|
||||
# or alternatively
|
||||
#configFile = ./loki-config.yaml;
|
||||
};
|
||||
# or alternatively
|
||||
#configFile = ./loki-config.yaml;
|
||||
# };
|
||||
|
||||
# Enable Tailscale for remote access to Traefik dashboard and configuration
|
||||
services.tailscale.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue