add magicRollback (tf did it go??)
This commit is contained in:
parent
35571f6af1
commit
8928134f12
1 changed files with 9 additions and 0 deletions
|
|
@ -114,6 +114,15 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
magicRollback = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
default = true;
|
||||||
|
example = true;
|
||||||
|
description = ''
|
||||||
|
TODO: im fucking lazy
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
activationTimeout = mkOption {
|
activationTimeout = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
default = 500;
|
default = 500;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue