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

This commit is contained in:
Astro 2020-10-28 20:20:25 +01:00
parent f27005e7dd
commit a6170fb01c
1 changed files with 1 additions and 1 deletions

View File

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