# 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 d='cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests.scm
AgeCommit message (Expand)Author
2023-04-21tests: Fork and exec a new Guile for the marionette REPL....Ludovic Courtès
2022-05-18services: Add more description fields....Ludovic Courtès
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
2021-04-12tests: Support package extensions in the backdoor REPL....Maxime Devos
2021-02-19tests: Export %simple-os....Mathieu Othacehe