Skip to content

Commit

Permalink
fixed vlan assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Jan 14, 2024
1 parent c3701ee commit fad6b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/mno001/network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ in
"10-${bond_device_name}" = {
matchConfig.Name = "${bond_device_name}";

vlan = [ "svc-internet" "svc-services" "svc-management" ];
vlan = [ "${bond_device_name}.100" "${bond_device_name}.101" "${bond_device_name}.102" ];
};

"10-${first_device_name}-${bond_device_name}" = {
Expand Down

0 comments on commit fad6b3a

Please sign in to comment.