This commit is contained in:
xyno (Philipp Hochkamp) 2023-08-01 16:54:15 +02:00
parent 846aa3ba2e
commit 96a4ece962

View file

@ -20,7 +20,8 @@ in
(mkIf (cfg.master.hostname == hostName) {
services.loki.enable = true;
services.loki.configFile = pkgs.writeText "loki.yml" ''
chunk_target_size: 5242880
ingester:
chunk_target_size: 5242880
auth_enabled: false
server:
http_listen_port: 3100