Skip to content

Commit

Permalink
fix: vlan 99
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 29, 2024
1 parent fd57dd8 commit b16494a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/personalities/server/router.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
enable = true;
internalInterfaces = [
"vlan8"
"vlan99"
"vlan10"
"vlan100"
"vlan101"
Expand All @@ -51,7 +52,7 @@
};
networking.firewall = {
enable = true;
trustedInterfaces = [ "tailscale0" "vlan8" "vlan10" "vlan99" "vlan100" ];
trustedInterfaces = [ "tailscale0" "vlan8" "vlan10" "vlan99" "vlan100" "vlan101" ];
interfaces = {
wan = {
allowedTCPPorts = [
Expand Down

0 comments on commit b16494a

Please sign in to comment.