add missing deploy.rollback option
This commit is contained in:
parent
be45d2a4d4
commit
35571f6af1
1 changed files with 9 additions and 0 deletions
|
|
@ -96,6 +96,15 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rollback = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
default = true;
|
||||||
|
example = true;
|
||||||
|
description = ''
|
||||||
|
Enables both `autoRollback` and `magicRollback`.
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
autoRollback = mkOption {
|
autoRollback = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue