From e516bd87b514b9ceaecb63f35c070942307465cc Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 6 Oct 2024 17:11:44 -0600 Subject: [PATCH] Fix VLANs --- machines/storage/s0/hardware-configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/machines/storage/s0/hardware-configuration.nix b/machines/storage/s0/hardware-configuration.nix index e1c19c7..aedb4bc 100644 --- a/machines/storage/s0/hardware-configuration.nix +++ b/machines/storage/s0/hardware-configuration.nix @@ -60,10 +60,6 @@ swapDevices = [ ]; networking.vlans = { - default = { - id = 1; - interface = "eth1"; - }; iot = { id = 2; interface = "eth1";