diff --git a/modules/cluster/deployment.nix b/modules/cluster/deployment.nix index 88de08f1..1bb2eccc 100644 --- a/modules/cluster/deployment.nix +++ b/modules/cluster/deployment.nix @@ -35,6 +35,8 @@ let in { + deployment.networks = nets; + microvm = { hypervisor = "cloud-hypervisor"; vcpu = config.deployment.vcpu;