# 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 header'> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2017-08-22bash completion: Complete files names after 'guix download'....Marius Bakke
2017-07-15Remove task from 'guix-daemon.conf'....Christopher Baines
2017-05-04etc: indent-code.el: Define source tree by "indent-code.el"....Alex Kost
2017-04-22Increase "TasksMax" in 'guix-daemon.service'....Sergei Trofimovich
2017-03-06build: Don't embed absolute paths in .service and .conf service files....Leo Famulari
2017-02-08etc: The pre-push hook says which commits failed the signature check....Leo Famulari
2017-02-07bash completion: Complete subcommands for the current word....Ludovic Courtès
2017-02-07bash completion: Properly complete 'guix container exec'....Ludovic Courtès
2017-02-07bash completion: Complete file names after 'guix system COMMAND'....Ludovic Courtès
2017-02-07bash completion: Complete 'guix gc' with file names....Ludovic Courtès