nix/lib/config: fix net name

This commit is contained in:
Astro 2021-04-04 23:01:39 +02:00
parent f173d13dd7
commit dde0533e90
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ in
role = "server";
interfaces = builtins.mapAttrs (net: _: {
type = "phys";
} // lib.optionalAttrs (net == "core") {
} // lib.optionalAttrs (net == "mgmt") {
gw4 = "mgmt-gw";
gw6 = "mgmt-gw";
}) (