aboutsummaryrefslogtreecommitdiff
# 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
=7041fe0646a9603e7d1d6bde139a284146515917'>packages: Add 'specifications->packages'....Antero Mejr 2022-03-20home: import: Properly parse aliases that contain quotes....Ludovic Courtès 2022-01-05home: import: Fix handling of manifest entries with specific output....Arjan Adriaanse 2021-11-16home: Adjust 'guix home import' test for shell aliases....Ludovic Courtès 2021-10-31home: import: Avoid duplication of 'manifest->code'....Ludovic Courtès 2021-10-31home: import: Factorize triplicated 'version-spec' procedure....Ludovic Courtès 2021-10-31guix home: import: Call ‘local-file’ with ‘name’...Xinglu Chen 2021-10-31Add tests for ‘guix home import’....Xinglu Chen