# This is a "service unit file" for the systemd init system to perform a # one-shot 'guix gc' operation. It is meant to be triggered by a timer. # Drop it in /etc/systemd/system or similar together with 'guix-gc.timer' # to set it up. [Unit] Description=Discard unused Guix store items [Service] Type=oneshot # Customize the 'guix gc' arguments to fit your needs. ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix gc -d 1m -F 10G PrivateDevices=yes PrivateNetwork=yes PrivateUsers=no ProtectKernelTunables=yes ProtectKernelModules=yes ProtectControlGroups=yes MemoryDenyWriteExecute=yes SystemCallFilter=@default @file-system @basic-io @system-service 21fcb015c2c0ec540aaf'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages.scm
AgeCommit message (Expand)Author
2019-03-28packages: Reintroduce 'find-newest-available-packages'....Ludovic Courtès
2019-03-11packages: Add the channel .go files to the search path....Ludovic Courtès
2019-02-16packages: Remove duplicates from package cache....Ludovic Courtès
2019-01-15guix package: '--list-available' can use data from the cache....Ludovic Courtès
2019-01-15edit: Use 'specification->location' to read information from the cache....Ludovic Courtès
2019-01-15channels: Compute a package cache and use it....Ludovic Courtès
2019-01-15packages: Remove 'find-newest-available-packages'....Ludovic Courtès
2018-09-02Add (guix describe) and use it to initialize '%package-search-path'....Ludovic Courtès
2018-05-13packages: 'find-packages-by-name' properly honors version prefixes....Ludovic Courtès
2018-04-08discovery: Remove dependency on (guix ui)....Ludovic Courtès
2018-04-08Add (guix self)....Ludovic Courtès
2017-11-07packages: 'fold-packages' takes #:select? parameter....Ludovic Courtès
2017-09-01packages: 'fold-packages' takes an optional 'modules' parameter....Ludovic Courtès