nixos/librechat: set config version by default
Looks like after upgrading from 0.8.0 to 0.8.2 this is mandatory.
This commit is contained in:
committed by
Niklas Korz
parent
03ae70618a
commit
d0200948ee
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user