rapenne-s / bento

A KISS deployment tool to keep your NixOS fleet (servers & workstations) up to date.
MIT License
232 stars 10 forks source link

Add lib.mkDefault tag to the systemd timer value #3

Closed Blackhole1504 closed 1 year ago

Blackhole1504 commented 1 year ago

I would like to use bento's SELF_UPDATE feature to replace nix's AutoUpdate one. An update every 15 minutes is to much for my use case. So I added lib.mkDefault in front of the timer value to be able to set per host values in their own config file with systemd.services.bento-upgrade.startAt = "XXX"; And I thought that maybe someone will be interested as well.

rapenne-s commented 1 year ago

good idea, thank you