From d0200948ee45b59d5bcb4fbd77c3996f58ea31cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 7 Mar 2026 20:51:15 +0100 Subject: [PATCH] nixos/librechat: set config version by default Looks like after upgrading from 0.8.0 to 0.8.2 this is mandatory. --- nixos/modules/services/web-apps/librechat.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/web-apps/librechat.nix b/nixos/modules/services/web-apps/librechat.nix index 7313779305d8..932f81404af3 100644 --- a/nixos/modules/services/web-apps/librechat.nix +++ b/nixos/modules/services/web-apps/librechat.nix @@ -129,9 +129,11 @@ in type = lib.types.submodule { freeformType = format.type; }; - default = { }; + default = { + version = "1.2.1"; + }; example = { - version = "1.0.8"; + version = "1.2.1"; cache = true; interface = { privacyPolicy = {