From 99989ae4bd4f5b479fe5289aaaa261dbf088c07d Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 22 Jul 2025 17:01:09 +0000 Subject: [PATCH] Enable librechat on corp --- host/corp/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/host/corp/configuration.nix b/host/corp/configuration.nix index 70b4d53..a95ea7a 100644 --- a/host/corp/configuration.nix +++ b/host/corp/configuration.nix @@ -23,6 +23,7 @@ cloudreve.enable = true; collabora.enable = true; element-web.enable = true; + librechat.enable = true; seafile.enable = true; synapse.enable = true; timecardbot.enable = true;