Refactore backplane-net to module with hosts
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Fabian Hauser 2024-12-09 16:20:35 +02:00
parent df41008026
commit 9b83ccf8c5
15 changed files with 142 additions and 78 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
{