guix-gc.timer 362 B

12345678910111213141516
  1. # This is a "timer unit file" for the systemd init system to trigger
  2. # 'guix-gc.service' periodically. Drop it in /etc/systemd/system or similar
  3. # together with 'guix-gc.service' to set it up.
  4. [Unit]
  5. Description=Discard unused Guix store items
  6. [Timer]
  7. OnCalendar=weekly
  8. AccuracySec=1h
  9. Persistent=true
  10. RandomizedDelaySec=6000
  11. [Install]
  12. WantedBy=timers.target