remove librechat, not from lio yet so I can recover the data

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-22 00:40:47 -05:00
parent c91d9dc23c
commit a53d0510d1
6 changed files with 38 additions and 168 deletions

View file

@ -7,7 +7,6 @@ in
}:
{
imports = [
# common.nixosModules.containers.librechat
common.nixosModules.containers.forgejo
./opengist.nix
./homarr.nix

View file

@ -4,8 +4,8 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# Use relative to get current version for testing
common.url = "path:../../common";
# common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles";
# common.url = "path:../../common";
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles";
ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim";