I use microvm.nix in an imperative way without flakes and using npins and nilla.dev. The deployment of the microvm to the host that runs it involves two commands:
nix run --file ./nilla.nix systems.nixos.microvm.result.config.microvm.deploy.installOnHost user@host
ssh user@host -- systemctl restart "microvm@microvm.service"
Can something like this be configured for colmena? I could not find any options related to this! Thanks!
I use microvm.nix in an imperative way without flakes and using npins and nilla.dev. The deployment of the microvm to the host that runs it involves two commands:
Can something like this be configured for colmena? I could not find any options related to this! Thanks!