From 669f22c3a75b002ac93c68897532beea239891c6 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 19 May 2022 11:26:08 -0500 Subject: [PATCH] Remove vlan67 --- hosts/2maccabees/networking.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/2maccabees/networking.nix b/hosts/2maccabees/networking.nix index 3217e34..5825944 100644 --- a/hosts/2maccabees/networking.nix +++ b/hosts/2maccabees/networking.nix @@ -20,11 +20,6 @@ address = "192.168.66.2"; prefixLength = 24; } ]; - - vlan67.ipv4.addresses = [ { - address = "192.168.67.2"; - prefixLength = 24; - } ]; }; vlans = { @@ -32,10 +27,6 @@ id = 66; interface = "eth0"; }; - vlan67 = { - id = 67; - interface = "eth0"; - }; }; };