build(flake.lock): update flake inputs

This commit is contained in:
Mohammad Rafiq 2025-06-28 18:11:13 +08:00
parent 92971a42a7
commit 622b3da556
No known key found for this signature in database
4 changed files with 59 additions and 61 deletions

View file

@ -16,7 +16,7 @@ mkWebApp {
name = "librechat";
defaultPort = 3080;
persistDirs = singleton {
directory = upstreamCfg.logDir;
directory = upstreamCfg.dataDir;
inherit (upstreamCfg) user group;
};
extraOptions.mongodbURI = mkStrOption // {