mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08: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.
5 lines
116 B
Desktop File
5 lines
116 B
Desktop File
[Service]
|
|
ExecStart=@nix@/bin/nix-collect-garbage --delete-older-than 30d
|
|
|
|
[Unit]
|
|
Description=Nix Garbage Collector
|