diff --git a/hosts/router.home.ts.hillion.co.uk/default.nix b/hosts/router.home.ts.hillion.co.uk/default.nix index 5479e3d..237df38 100644 --- a/hosts/router.home.ts.hillion.co.uk/default.nix +++ b/hosts/router.home.ts.hillion.co.uk/default.nix @@ -32,6 +32,14 @@ nat.enable = lib.mkForce false; useDHCP = false; + + vlans = { + cameras = { + id = 3; + interface = "eth1"; + }; + }; + interfaces = { enp1s0 = { name = "eth0";