change leaks path

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-07-28 14:40:37 +02:00
parent 5a6c1e7663
commit d211c4408b

View File

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