Add mkOption

This commit is contained in:
niten 2023-01-07 13:41:23 -08:00
parent c51aaedb1d
commit 0de918c1fe

View File

@ -44,7 +44,7 @@ in {
default = (60 * 60 * 8); # 8 hours
};
delay = {
delay = mkOption {
type = int;
description = "Time between cleanup sweeps.";
default = (60 * 10); # 10 minutes