Update generated Openclaw config options

- Regenerate openclaw-config-options.nix from pinned Openclaw source.

Tests: not run (CI)
This commit is contained in:
DJTBOT
2026-02-01 13:30:39 +01:00
parent 065ddf1666
commit 887e58b423
+26
View File
@@ -2626,6 +2626,19 @@ in
type = t.nullOr (t.str);
default = null;
};
pluralkit = lib.mkOption {
type = t.nullOr (t.submodule { options = {
enabled = lib.mkOption {
type = t.nullOr (t.bool);
default = null;
};
token = lib.mkOption {
type = t.nullOr (t.str);
default = null;
};
}; });
default = null;
};
replyToMode = lib.mkOption {
type = t.nullOr (t.oneOf [ (t.enum [ "off" ]) (t.enum [ "first" ]) (t.enum [ "all" ]) ]);
default = null;
@@ -3033,6 +3046,19 @@ in
type = t.nullOr (t.str);
default = null;
};
pluralkit = lib.mkOption {
type = t.nullOr (t.submodule { options = {
enabled = lib.mkOption {
type = t.nullOr (t.bool);
default = null;
};
token = lib.mkOption {
type = t.nullOr (t.str);
default = null;
};
}; });
default = null;
};
replyToMode = lib.mkOption {
type = t.nullOr (t.oneOf [ (t.enum [ "off" ]) (t.enum [ "first" ]) (t.enum [ "all" ]) ]);
default = null;