mirror of
https://github.com/openclaw/nix-openclaw.git
synced 2026-07-25 13:45:53 -04:00
Update generated Openclaw config options
- Regenerate openclaw-config-options.nix from pinned Openclaw source. Tests: not run (CI)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user