From 0de918c1fe55bd7f8745936ad06da987c6d9d0c9 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 7 Jan 2023 13:41:23 -0800 Subject: [PATCH] Add mkOption --- objectifier-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objectifier-module.nix b/objectifier-module.nix index f77f159..62c72af 100644 --- a/objectifier-module.nix +++ b/objectifier-module.nix @@ -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