rapenne-s / bento

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

Does bento support flakes with multiple machines yet? #10

Open ParetoOptimalDev opened 8 months ago

ParetoOptimalDev commented 8 months ago

For example I use a nixos config flake like this starter template:

https://github.com/Misterio77/nix-starter-configs/tree/main/standard

I tried it locally and I think maybe not?

I know you mentioned this a while back here: https://discourse.nixos.org/t/introducing-bento-a-nixos-deployment-framework/21446/27

rapenne-s commented 8 months ago

This should be done by this piece of code https://github.com/rapenne-s/bento/blob/main/bento#L611-L619