modules/cluster/deployment: set deployment.networks to the intelligent value

This commit is contained in:
Astro 2022-11-20 21:39:00 +01:00
parent 07f2829a69
commit 5236be655b
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ let
in
{
deployment.networks = nets;
microvm = {
hypervisor = "cloud-hypervisor";
vcpu = config.deployment.vcpu;