From 69bc219efabf0c5ccffe19b8bb82251773dd9cd3 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 12 Dec 2023 02:14:27 +0000 Subject: [PATCH] ports: fix systemd RandomizedDelaySec typo --- modules/ports.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ports.nix b/modules/ports.nix index fe95b958..fe49edc4 100644 --- a/modules/ports.nix +++ b/modules/ports.nix @@ -118,7 +118,7 @@ in timerConfig = { OnStartupSec = "75s"; OnCalendar = cfg.upnpRenewInterval; - RandomizeDelaySec = "30s"; + RandomizedDelaySec = "180s"; Unit = "upnp-forwards.target"; }; };