Add mkOption
This commit is contained in:
parent
c51aaedb1d
commit
0de918c1fe
@ -44,7 +44,7 @@ in {
|
|||||||
default = (60 * 60 * 8); # 8 hours
|
default = (60 * 60 * 8); # 8 hours
|
||||||
};
|
};
|
||||||
|
|
||||||
delay = {
|
delay = mkOption {
|
||||||
type = int;
|
type = int;
|
||||||
description = "Time between cleanup sweeps.";
|
description = "Time between cleanup sweeps.";
|
||||||
default = (60 * 10); # 10 minutes
|
default = (60 * 10); # 10 minutes
|
||||||
|
Loading…
Reference in New Issue
Block a user