config/server: set gw4 and gw6

This commit is contained in:
Astro 2021-11-18 21:53:24 +01:00
parent 14ddaeba45
commit 2ee670c779
1 changed files with 8 additions and 2 deletions

View File

@ -15,9 +15,15 @@ let
) {} (builtins.attrValues containers);
makeServer = name: {
interfaces = bridgeInterfaces;
model = "pc";
role = "server";
model = "pc";
interfaces = bridgeInterfaces // {
cluster = {
type = "bridge";
gw4 = "cls-gw";
gw6 = "cls-gw";
};
};
};
in
{