mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Don't include containers in microvm-extras for now
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
6175d518ce
commit
c16147f323
|
@ -84,7 +84,7 @@ let
|
|||
else
|
||||
throw "Unknown hostName ${hostName} at ${context}";
|
||||
|
||||
subConfigurations = cfg.vms // config.containers;
|
||||
subConfigurations = cfg.vms;
|
||||
in
|
||||
{
|
||||
options.microvm = {
|
||||
|
|
Loading…
Reference in a new issue