nixos-module.nix: fix ticker-update timer interval

这个提交包含在:
Astro 2020-10-28 20:20:25 +01:00
父节点 f27005e7dd
当前提交 a6170fb01c
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -51,7 +51,7 @@ in
};
updateInterval = mkOption {
type = types.str;
default = "1h";
default = "hourly";
description = "Timer interval";
};
};