mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/tzupdate: Remove reference to non-existing attribute
Fixes #402016.
This commit is contained in:
parent
fdf05e4991
commit
9b3ee87994
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ in
|
|||
|
||||
systemd.timers.tzupdate = {
|
||||
enable = cfg.timer.enable;
|
||||
interval = cfg.timer.interval;
|
||||
timerConfig = {
|
||||
OnStartupSec = "30s";
|
||||
OnCalendar = cfg.timer.interval;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue