diff --git a/clan.nix b/clan.nix index c5813b4..23fc047 100644 --- a/clan.nix +++ b/clan.nix @@ -142,7 +142,7 @@ in enp4s0.vlanId = 10; }; - uplinkPorts = [ "enp3s0" ]; + upLinkPorts = [ "enp3s0" ]; }; }; }; diff --git a/modules/clan/gw-router/default.nix b/modules/clan/gw-router/default.nix index 07e1caf..f91b8ef 100644 --- a/modules/clan/gw-router/default.nix +++ b/modules/clan/gw-router/default.nix @@ -279,7 +279,7 @@ // lib.listToAttrs ( map (port: { - name = "5-uplink-${port}"; + name = "15-uplink-${port}"; value = { matchConfig.Name = "${port}"; networkConfig.DHCP = "ipv4";