mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
Disable Loki and Promtail
This commit is contained in:
parent
82feb770d0
commit
57521ab006
2 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
kw.fw.private.tcp.ports = [ 3100 ];
|
||||
#kw.fw.private.tcp.ports = [ 3100 ];
|
||||
services.loki = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
configuration = {
|
||||
auth_enabled = false;
|
||||
chunk_store_config = { max_look_back_period = "0s"; };
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ let
|
|||
in
|
||||
{
|
||||
systemd.services.promtail = {
|
||||
enable = false;
|
||||
description = "Promtail service for Loki";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [ "yggdrassil.service" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue