# 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 74baa2392d45bb46102bad5ddf'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/uuid.scm
AgeCommit message (Expand)Author
2019-05-07uuid: 'fat-uuid->string' preserves leading zeros....Ludovic Courtès
2018-05-19uuid: 'uuid' returns #f when 'string->uuid' returns #f....Ludovic Courtès
2017-12-02uuid: Fix typo in comment....Ludovic Courtès
2017-10-11uuid: Change "fat32" to "fat"....Ludovic Courtès
2017-10-05uuid: Add 'uuid=?' and use it....Ludovic Courtès
2017-09-22uuid: Add a parser for FAT32 UUIDs....Ludovic Courtès
2017-09-11uuid: 'uuid' macro supports more UUID types....Ludovic Courtès
2017-09-11system: Introduce a disjoint UUID type....Ludovic Courtès
2017-09-11file-systems: Introduce (gnu system uuid)....Ludovic Courtès