Add librechat
All checks were successful
Check Flake / check-flake (push) Successful in 6m12s

This commit is contained in:
2024-02-09 19:56:50 -07:00
parent 14c19b80ef
commit 7e812001f0
6 changed files with 71 additions and 0 deletions

View File

@@ -151,4 +151,8 @@
# owncast live streaming
services.owncast.enable = true;
services.owncast.hostname = "live.neet.dev";
# librechat
services.librechat.enable = true;
services.librechat.host = "chat.neet.dev";
}