Don't include containers in microvm-extras for now

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-07 22:48:39 +02:00
parent 6175d518ce
commit c16147f323
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -84,7 +84,7 @@ let
else
throw "Unknown hostName ${hostName} at ${context}";
subConfigurations = cfg.vms // config.containers;
subConfigurations = cfg.vms;
in
{
options.microvm = {