update eleakxir

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-07-29 14:18:38 +02:00
parent d211c4408b
commit be47d4801a
2 changed files with 5 additions and 5 deletions

View File

@@ -7,8 +7,8 @@
services.eleakxir-backend = {
enable = true;
port = 8080;
leakPath = "/home/hadi/leaks";
cachePath = "/var/lib/eleakxir-backend";
leakPath = "/var/lib/eleakxir-backend/leaks";
cachePath = "/var/lib/eleakxir-backend/cache";
};
services.nginx = {