router: setup cameras vlan
All checks were successful
flake / flake (push) Successful in 1m19s

This commit is contained in:
Jake Hillion 2024-09-16 20:48:10 +01:00
parent 1189a41df9
commit 39b80b7709

View File

@ -32,6 +32,14 @@
nat.enable = lib.mkForce false;
useDHCP = false;
vlans = {
cameras = {
id = 3;
interface = "eth1";
};
};
interfaces = {
enp1s0 = {
name = "eth0";