From 0da0374b5861a0f273c2d6da3f3c826321e5a1da Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 12 Jul 2024 23:01:07 -0500 Subject: [PATCH] Set VLAN on Isaiah --- hosts/myself/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/myself/default.nix b/hosts/myself/default.nix index 2c20592..c9b5bc7 100644 --- a/hosts/myself/default.nix +++ b/hosts/myself/default.nix @@ -31,6 +31,12 @@ address = " 10.42.1.1"; interface = "enp38s0"; }; + vlans = { + san = { + id = 616; + interface = "enp39s0"; + }; + }; interfaces = { enp38s0 = { ipv4.addresses = [ { @@ -41,7 +47,7 @@ prefixLength = 16; } ]; }; - enp39s0 = { + san = { ipv4.addresses = [ { address = "10.201.1.1"; prefixLength = 24;