From be47d4801a2fb7e5e862bba717bde895faf80c61 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:18:38 +0200 Subject: [PATCH] update eleakxir Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- flake.lock | 6 +++--- server-modules/eleakxir.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 2bd3a1b..ecc816f 100644 --- a/flake.lock +++ b/flake.lock @@ -186,11 +186,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1753651297, - "narHash": "sha256-/Dz8nKg5zVs8Kd8GxijfU0+hTvH5aD+V07jInrRN1mM=", + "lastModified": 1753711230, + "narHash": "sha256-MVAnPbToIjpG3ysqTB/0vuhTiQc+vPa2+eM1JEyAcKo=", "owner": "anotherhadi", "repo": "eleakxir-temp", - "rev": "ec4e181cf9a9e83a95a626224d3820fe27ec0387", + "rev": "1405222414c6ded1c33d86f085b3813fa1d4348f", "type": "github" }, "original": { diff --git a/server-modules/eleakxir.nix b/server-modules/eleakxir.nix index a25c422..c6d9b7e 100644 --- a/server-modules/eleakxir.nix +++ b/server-modules/eleakxir.nix @@ -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 = {