mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
274bd470a5
The nix-gc service runs automatically at a specified frequency. It is managed via launchd on macOS and systemd on Linux.
9 lines
123 B
SYSTEMD
9 lines
123 B
SYSTEMD
[Install]
|
|
WantedBy=timers.target
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
Unit=nix-gc.service
|
|
|
|
[Unit]
|
|
Description=Nix Garbage Collector
|