diff --git a/clan.nix b/clan.nix index 9a55785..46fe311 100644 --- a/clan.nix +++ b/clan.nix @@ -72,7 +72,7 @@ in address = "10.1.10.1"; prefixLength = 24; subnet = "10.1.10.0/24"; - dhcp.fixIPs.storinator01 = { + dhcp.fixedIPs.storinator01 = { hwAddress = "7c:c2:55:e0:d6:40"; ipAddress = "10.1.10.53"; }; @@ -130,7 +130,7 @@ in address = "10.1.150.1"; prefixLength = 24; subnet = "10.1.150.0/24"; - dhcp.fixIPs.newt = { + dhcp.fixedIPs.newt = { hwAddress = "7c:d3:0a:21:58:0b"; ipAddress = "10.1.150.22"; }; diff --git a/modules/clan/gw-router/default.nix b/modules/clan/gw-router/default.nix index 6f092dc..64e2d9c 100644 --- a/modules/clan/gw-router/default.nix +++ b/modules/clan/gw-router/default.nix @@ -239,7 +239,7 @@ ) // lib.mapAttrs' ( iface: port: - lib.nameValuePair "20-access-${iface}" { + lib.nameValuePair "25-access-${iface}" { matchConfig.Name = port; networkConfig.Bridge = "br0"; bridgeVLANs = [