formatting

This commit is contained in:
Kristian Krsnik 2023-10-04 19:12:35 +02:00
parent a3bf51bf03
commit c317b7a137
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
1 changed files with 2 additions and 0 deletions

View File

@ -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.
'';