Commit d0200948 authored by Gutyina Gergő's avatar Gutyina Gergő Committed by Niklas Korz
Browse files

nixos/librechat: set config version by default

Looks like after upgrading from 0.8.0 to 0.8.2 this is mandatory.
parent 03ae7061
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 = {