mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
tests/nix-gc: reorganize darwin and linux
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
7a64c02340
commit
41a5f0a98a
11 changed files with 9 additions and 10 deletions
11
tests/modules/services/nix-gc/linux/expected.timer
Normal file
11
tests/modules/services/nix-gc/linux/expected.timer
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
||||
[Timer]
|
||||
OnCalendar=monthly
|
||||
Persistent=true
|
||||
RandomizedDelaySec=42min
|
||||
Unit=nix-gc.service
|
||||
|
||||
[Unit]
|
||||
Description=Nix Garbage Collector
|
||||
Loading…
Add table
Add a link
Reference in a new issue