# 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 84828670533dae283efb879'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-08-26 11:17:58 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-08-26 14:25:04 +0200
commit99edce2091b31899f84828670533dae283efb879 (patch)
tree507e91147c55d94ce53dbd63b3d5109efd3d5e90 /gnu
parent37c0f201c27ec9310d857ceb600b36004a6a8079 (diff)
downloadguix-99edce2091b31899f84828670533dae283efb879.tar.gz
guix-99edce2091b31899f84828670533dae283efb879.zip
gnu: Add rust-zstd-0.9.
* gnu/packages/crates-io.scm (rust-zstd-0.9): New variable. (rust-zstd-0.8): Inherit from above.
Diffstat (limited to 'gnu')