From 9b3ee87994d72d30c76a035bb69996a50e08914b Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Sun, 27 Apr 2025 10:27:19 +0200 Subject: [PATCH] nixos/tzupdate: Remove reference to non-existing attribute Fixes #402016. --- nixos/modules/services/misc/tzupdate.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/misc/tzupdate.nix b/nixos/modules/services/misc/tzupdate.nix index 454b47620e11..044b1dc44777 100644 --- a/nixos/modules/services/misc/tzupdate.nix +++ b/nixos/modules/services/misc/tzupdate.nix @@ -68,7 +68,6 @@ in systemd.timers.tzupdate = { enable = cfg.timer.enable; - interval = cfg.timer.interval; timerConfig = { OnStartupSec = "30s"; OnCalendar = cfg.timer.interval;