aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/switch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/switch.nix')
-rw-r--r--nixos/modules/switch.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/nixos/modules/switch.nix b/nixos/modules/switch.nix
index 37ac687..e74102a 100644
--- a/nixos/modules/switch.nix
+++ b/nixos/modules/switch.nix
@@ -42,10 +42,8 @@ in {
matchConfig.Name = "brlan";
bridgeVLANs = [
{
- bridgeVLANConfig = {
- PVID = 1;
- EgressUntagged = 1;
- };
+ PVID = 1;
+ EgressUntagged = 1;
}
];
networkConfig = {