diff options
| -rw-r--r-- | hosts/vidhar/default.nix | 15 | 
1 files changed, 8 insertions, 7 deletions
| 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 @@ | |||
| 168 | storage.filesystem = {}; | 168 | storage.filesystem = {}; | 
| 169 | }; | 169 | }; | 
| 170 | schema_config.configs = [ | 170 | schema_config.configs = [ | 
| 171 | store = "boltdb-shipper"; | 171 | { store = "boltdb-shipper"; | 
| 172 | object_store = "filesystem"; | 172 | object_store = "filesystem"; | 
| 173 | schema = "v11"; | 173 | schema = "v11"; | 
| 174 | index = { | 174 | index = { | 
| 175 | prefix = "index_"; | 175 | prefix = "index_"; | 
| 176 | period = "24h"; | 176 | period = "24h"; | 
| 177 | }; | 177 | }; | 
| 178 | } | ||
| 178 | ]; | 179 | ]; | 
| 179 | }; | 180 | }; | 
| 180 | }; | 181 | }; | 
