Refactore backplane-net to module with hosts

This commit is contained in:
Fabian Hauser 2024-12-09 16:20:35 +02:00
parent 752bed060b
commit 408c24559d
15 changed files with 144 additions and 79 deletions

View file

@ -58,7 +58,7 @@ in
let
vnet = config.qois.meta.network.virtual;
vpnNet = vnet.vpn;
vpnNetPrefix = "${vpnNet.v4.id}/${builtins.toString vpnNet.v4.prefixLength}";
vpnNetPrefix = "${vpnNet.v4.id}/${toString vpnNet.v4.prefixLength}";
backplaneNetPrefix = "${vnet.backplane.v4.id}/${builtins.toString vnet.backplane.v4.prefixLength}";
in
{