refactor(nixosModules/server): move librechat to its own module
This commit is contained in:
parent
a24d727134
commit
2825ea7df5
3 changed files with 74 additions and 61 deletions
|
@ -60,5 +60,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.persistence."/persist".directories = [
|
||||
{
|
||||
directory = config.server.librechat.path;
|
||||
user = config.server.librechat.user;
|
||||
group = "librechat";
|
||||
}
|
||||
];
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue