Astro

Results 181 comments of Astro

If it is possible with the imagebuilder and whatever is available in nixpkgs, I encourage you to go ahead and try! We can sort out any beginner mistakes in the...

MicroVMs are not to be treated like regular hosts. They don't have a boot loader, they use the direct kernel+initrd loading feature of the VMMs. `nixos-rebuild` will not work inside...

I believe this issue's author has started using the SSH deployment. System update from inside the VM is a use-case that is explicitly not supported. The insides of a running...

Please test, I don't use macvtap myself but tap and sr-iov.

This is no longer required as the macvtap options are no longer `types.nullOr`. Their missing default does no longer cause an error when they're not used in case of `type...

That looks well to me. Are you going to try adding the other hypervisors? Where not supported, please add `lib.throwIf` or `assert config.microvm.credentialFiles == []` so that users do notice...

The top of `checks/default.nix` contains all the combinations to permute for a "test matrix". You can add add a list containing configurations with and without the feature. The idea is...

@Sveske-Juice We use sops-nix with per-VM keys.

Yeah, the arguments handling needs to be revised. IIRC that was the main reason I haven't tagged a stable version in a long time.