mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +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
|
else
|
||||||
throw "Unknown hostName ${hostName} at ${context}";
|
throw "Unknown hostName ${hostName} at ${context}";
|
||||||
|
|
||||||
subConfigurations = cfg.vms // config.containers;
|
subConfigurations = cfg.vms;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.microvm = {
|
options.microvm = {
|
||||||
|
|
Loading…
Reference in a new issue