From c317b7a1371b0ba19f14b86acaa0f7814562d4a7 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Wed, 4 Oct 2023 19:12:35 +0200 Subject: [PATCH] formatting --- nix/module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/module.nix b/nix/module.nix index 30a336a..c3a5152 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -14,7 +14,9 @@ in { timer = lib.mkOption { type = types.nullOr types.int; + default = null; + description = lib.mdDoc '' The time intervall in seconds the script should be repeated. '';