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 a config option to not build the config locally #6

Closed gador closed 1 year ago

gador commented 1 year ago

fixes #5

I have a deployment server which also runs a nix binary cache (attic). The deployment server is rather slow and I have a (local) CI machine which regularly pushes updates to the binary cache. For me it doesn't make sense to build the config (again) by bento, even if it just fetches all the build artifacts from attic.

So I added an option to not build the config by bento. I suppose it could be beneficial for the following usecases:

What do you think?

rapenne-s commented 1 year ago

Thanks for your contribution, the code is nice and fits perfectly bento's workflow 👌