Skip to content

Commit 9b3ee87

Browse files
committed
nixos/tzupdate: Remove reference to non-existing attribute
Fixes #402016.
1 parent fdf05e4 commit 9b3ee87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nixos/modules/services/misc/tzupdate.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ in
6868

6969
systemd.timers.tzupdate = {
7070
enable = cfg.timer.enable;
71-
interval = cfg.timer.interval;
7271
timerConfig = {
7372
OnStartupSec = "30s";
7473
OnCalendar = cfg.timer.interval;

0 commit comments

Comments
 (0)