Add Actual server
All checks were successful
Check Flake / check-flake (push) Successful in 6m3s

This commit is contained in:
2024-02-19 19:44:07 -07:00
parent bfc1bb2da9
commit 01af25a57e
7 changed files with 8999 additions and 0 deletions

View File

@@ -155,4 +155,7 @@
# librechat
services.librechat.enable = true;
services.librechat.host = "chat.neet.dev";
services.actual-server.enable = true;
services.actual-server.hostname = "actual.runyan.org";
}