about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-09-29 00:03:33 +0200
committerEmile <git@emile.space>2024-09-29 00:03:33 +0200
commit7c34606d7bcea45d875de0852c8ca11ce3698372 (patch)
tree4551c8c99cf9e7da922bbbfe758412bbd830abba /nix
parent04e789ceee661a263d20c727aa785def6e66f67f (diff)
(loki) using tsdb now
Diffstat (limited to 'nix')
-rw-r--r--nix/hosts/corrino/www/loki.emile.space.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/nix/hosts/corrino/www/loki.emile.space.nix b/nix/hosts/corrino/www/loki.emile.space.nix
index f5fa8d0..e5bfe24 100644
--- a/nix/hosts/corrino/www/loki.emile.space.nix
+++ b/nix/hosts/corrino/www/loki.emile.space.nix
@@ -37,16 +37,16 @@
         # limits_config.allow_structured_metadata = false;
 
         schema_config.configs = [
-          # {
-          #   from = "2023-05-09";
-          #   store = "boltdb-shipper";
-          #   object_store = "filesystem";
-          #   schema = "v13";
-          #   index = {
-          #     prefix = "index_";
-          #     period = "24h";
-          #   };
-          # }
+          {
+            from = "2023-05-09";
+            store = "tsdb";
+            object_store = "filesystem";
+            schema = "v13";
+            index = {
+              prefix = "index_";
+              period = "24h";
+            };
+          }
           {
             from = "2024-10-18";
             store = "tsdb";