We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf05e4 commit 9b3ee87Copy full SHA for 9b3ee87
nixos/modules/services/misc/tzupdate.nix
@@ -68,7 +68,6 @@ in
68
69
systemd.timers.tzupdate = {
70
enable = cfg.timer.enable;
71
- interval = cfg.timer.interval;
72
timerConfig = {
73
OnStartupSec = "30s";
74
OnCalendar = cfg.timer.interval;
0 commit comments