Skip to content

Commit

Permalink
Added svc-management
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Jan 13, 2024
1 parent 2688f1d commit 7c20e28
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions hosts/mno001/network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ in
};
};

"20-svc-management" = {
netdevConfig = {
Name = "svc-management";
Kind = "vlan";
};
vlanConfig = {
Id = 102;
};
};

"20-uplink" = {
netdevConfig = {
Name = "uplink";
Expand Down Expand Up @@ -68,6 +78,11 @@ in
};
};

"10-svc-management" = {
matchConfig.Name = "svc-management";
address = [ "2a01:7700:80b0:7000::1/64" ];
};

"10-uplink" = {
matchConfig.Name = "uplink";

Expand Down

0 comments on commit 7c20e28

Please sign in to comment.