274bd470a5
The nix-gc service runs automatically at a specified frequency. It is managed via launchd on macOS and systemd on Linux.
10 lines
123 B
SYSTEMD
10 lines
123 B
SYSTEMD
[Install]
|
|
WantedBy=timers.target
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
Unit=nix-gc.service
|
|
|
|
[Unit]
|
|
Description=Nix Garbage Collector
|