From 775f70df1eb523ef692cb6827e8ffdc6a2caceb5 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 21 Jul 2024 19:10:38 +0530 Subject: [PATCH] rico0: setup loki --- hosts/rico0/services/apps/loki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/rico0/services/apps/loki.nix b/hosts/rico0/services/apps/loki.nix index 4acc028..b2aa0b3 100644 --- a/hosts/rico0/services/apps/loki.nix +++ b/hosts/rico0/services/apps/loki.nix @@ -39,7 +39,7 @@ _: { from = "2024-07-01"; store = "tsdb"; object_store = "filesystem"; - scheme = "v13"; + schema = "v13"; index = { prefix = "index_"; period = "24h"; }; } ];