diff options
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 92e15d17..2e2c9946 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -184,7 +184,7 @@ | |||
184 | type = "local"; | 184 | type = "local"; |
185 | local.directory = "/etc/loki/rules"; | 185 | local.directory = "/etc/loki/rules"; |
186 | }; | 186 | }; |
187 | rule_path = "${config.services.loki.dataDir}/rules_scratch"; | 187 | rule_path = "${config.services.loki.dataDir}/rules-temp"; |
188 | remote_write = { | 188 | remote_write = { |
189 | enabled = true; | 189 | enabled = true; |
190 | client.url = "http://localhost:9090/api/v1/write"; | 190 | client.url = "http://localhost:9090/api/v1/write"; |