Paul S.

Results 137 comments of Paul S.

Just in case, while `Schema#load` works with your example, `Schema#dump` fails to serialize `elements` field properly. Such a shame :(

> The [email protected] already includes [Restart=always](https://github.com/astro/microvm.nix/blob/main/nixos-modules/host.nix#L191). Is that not sufficient? Seems like it's not, for some reason it makes 3 attempts then stops. > You may also extend systemd.services."microvm@".after to...

I believe that's the explanation why just "restart=always" is not enough: https://unix.stackexchange.com/questions/289629/systemd-restart-always-is-not-honored

Maybe it's a good idea to allow custom properties in the generated unit files?

For some reason that "after a while" never happens. I've set up 3 vms, one failed to start and never re-attempted to start in a couple of weeks. Okay, sometimes...

Maybe it's a good idea to add some checks into the plugin and throw exceptions with readable messages? > Besides that, the following changes will be required for your project:...

I guess it's possible to use one of multiple validators available on npm. Just install them before all the actions then run. Or, at least, throw a more descriptive exception....

Got into the same problem, is there any news on this?