1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00
home-manager/tests/modules/services/nix-gc/expected.timer
Bruno BELANYI 6cc03e337a
nix-gc: add randomizedDelaySec option
There's no launchd equivalent to this option, so this is a no-op on
Darwin.
2024-10-25 15:53:42 +02:00

11 lines
164 B
SYSTEMD

[Install]
WantedBy=timers.target
[Timer]
OnCalendar=monthly
Persistent=true
RandomizedDelaySec=42min
Unit=nix-gc.service
[Unit]
Description=Nix Garbage Collector