act cache ports
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 29s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m23s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 4m16s

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-01-25 21:24:27 -05:00
parent f2397a0bac
commit 32190dec68
3 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,12 @@ in
LEVEL = "Trace";
ENABLE_SSH_LOG = true;
};
cache = {
enabled = true;
dir = "";
host = "192.168.76.2";
port = "8088";
};
};
stateDir = base_path;
lfs.enable = true;