From 5236be655bb2c2daf8b3512159726c4e41209727 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 20 Nov 2022 21:39:00 +0100 Subject: [PATCH] modules/cluster/deployment: set deployment.networks to the intelligent value --- modules/cluster/deployment.nix | 2 ++ 1 file changed, 2 insertions(+) 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;