my nixos config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

it's RandomizedOffsetSec not RandomOffsetSec

chfour dcf3001b 6ab67aac

+1 -1
+1 -1
machines/fovps/services/caddy/website.nix
··· 81 81 startAt = "05,17:00"; 82 82 }; 83 83 systemd.timers.update-website = { 84 - timerConfig.RandomOffsetSec = "5h"; 84 + timerConfig.RandomizedOffsetSec = "5h"; 85 85 }; 86 86 }