-
-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Description
I use custom NixOS modules to make additional NixOS options available to my servers, and I would like to do the same for VMs. However, I could not find a way to do this. I am using the fully declarative MicroVM setup.
An option like the following would be awesome:
{ microvm, ... }: {
imports = [ microvm.host ];
microvm.vms = {
my-microvm = {
extraModules = [ ];
config = {
# [...]
};
};
};
}Metadata
Metadata
Assignees
Labels
No labels