From b39471330333fb43842734f6eefcd6fbd9da9031 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 2 Jan 2022 00:05:07 +0100 Subject: ... --- hosts/vidhar/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'hosts/vidhar/default.nix') diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index fe08698d..817a44fa 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -168,13 +168,14 @@ storage.filesystem = {}; }; schema_config.configs = [ - store = "boltdb-shipper"; - object_store = "filesystem"; - schema = "v11"; - index = { - prefix = "index_"; - period = "24h"; - }; + { store = "boltdb-shipper"; + object_store = "filesystem"; + schema = "v11"; + index = { + prefix = "index_"; + period = "24h"; + }; + } ]; }; }; -- cgit v1.2.3