# 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
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/storage.scm
AgeCommit message (Expand)Author
2022-12-23gnu: ceph: Update to 17.2.5.Ricardo Wurmus
2022-11-06gnu: fmt: Update to 9.1.0.Maxim Cournoyer
2022-05-29gnu: ceph: Update to 16.2.9.Tobias Geerinckx-Rice
2021-12-20gnu: ceph: Simplify source snippet.Ricardo Wurmus
2021-12-20gnu: ceph: Update to 16.2.7.Ricardo Wurmus
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
2021-11-06gnu: ceph: Update to 16.2.6.Marius Bakke
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-10-08gnu: ceph: Fix breaking change in snappy.Greg Hogan