aboutsummaryrefslogtreecommitdiff
# This is a "timer unit file" for the systemd init system to trigger
# 'guix-gc.service' periodically.  Drop it in /etc/systemd/system or similar
# together with 'guix-gc.service' to set it up.

[Unit]
Description=Discard unused Guix store items

[Timer]
OnCalendar=weekly
AccuracySec=1h
Persistent=true
RandomizedDelaySec=6000

[Install]
WantedBy=timers.target
Christopher Baines 2024-05-13.dir-locals: Configure indentation for swap-space....Tomas Volf 2024-04-03store: database: Remove with-statement and associated code....Christopher Baines 2024-04-03store: database: Remove call-with-savepoint and associated code....Christopher Baines 2023-10-20.dir-locals.el: Adjust indentation rule for ‘test-assertm’....Ludovic Courtès 2023-09-17.dir-locals.el: Update bug-reference configuration and document it....Maxim Cournoyer 2023-09-06.dir-locals: Streamline Geiser configuration....Maxim Cournoyer