nixos-systems/modules/system/default.nix
Eli Ribble d4a75abe51 Get librechat working
With these changes I have librechat running and being properly
reverse-proxied and I can login via SSO. I was not able to get a
reasonable response yet from Claude.
2025-07-21 20:14:35 +00:00

23 lines
334 B
Nix

{
imports = [
./authentik.nix
./base.nix
./caddy.nix
./cloud-init.nix
./collabora.nix
./cloudreve.nix
./do-agent.nix
./element-web.nix
./fish.nix
./librechat.nix
./openssh.nix
./podman.nix
./seafile.nix
./sillytavern.nix
./sudo.nix
./synapse.nix
./timecardbot.nix
./tmux.nix
./vikunja.nix
];
}