Skip to content

Commit

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

vlan = [ "uplink" "svc-management" ];

networkConfig = {
DHCP = "no";
};
vlan = [ "svc-internet" "svc-services" "svc-management" ];
};

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

0 comments on commit c3701ee

Please sign in to comment.