1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-06 05:13:28 +02:00
home-manager/tests/modules/services/nix-gc/expected.timer
shivaraj-bh 274bd470a5
nix-gc: add service
The nix-gc service runs automatically at a specified frequency. It is
managed via launchd on macOS and systemd on Linux.
2024-02-05 18:10:00 +01:00

10 lines
123 B
SYSTEMD

[Install]
WantedBy=timers.target
[Timer]
OnCalendar=monthly
Unit=nix-gc.service
[Unit]
Description=Nix Garbage Collector