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

This commit is contained in:
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";
};
};