update vlan config
This commit is contained in:
parent
ec63b1c032
commit
ee3816fc80
2 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
||||||
id = 12;
|
id = 12;
|
||||||
interface = "enp1s0";
|
interface = "enp1s0";
|
||||||
};
|
};
|
||||||
|
lan = {
|
||||||
|
id = 13;
|
||||||
|
interface = "enp1s0";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
networking.interfaces.vpn.useDHCP = true;
|
networking.interfaces.vpn.useDHCP = true;
|
||||||
|
|
||||||
|
|
|
@ -165,6 +165,9 @@ in
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
22 # SSH
|
22 # SSH
|
||||||
];
|
];
|
||||||
|
allowedUDPPorts = [
|
||||||
|
51234
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue