Add vlan vpn to agares

This commit is contained in:
Tim Schubert 2022-04-10 11:34:37 +02:00
parent d6dd36cc25
commit f749d99ed6
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 10 additions and 0 deletions

View file

@ -34,6 +34,15 @@
networking.interfaces.enp2s0.useDHCP = false;
networking.interfaces.enp3s0.useDHCP = false;
networking.interfaces.enp1s0.useDHCP = true;
networkinng.vlans = {
vpn = {
id = 12;
interface = "enp1s0";
};
};
networking.interfaces.vpn.useDHCP = true;
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";