Switch to the 4port intel NIC

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-02-10 00:29:51 +01:00
parent 328c8b472c
commit dd50adb45f
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -1,7 +1,7 @@
{ pkgs, secret, config, lib, ... }:
with lib;
let
lan = "enp4s0";
lan = "enp8s0f1";
wan = "enp3s0";
doVPN = "do_vpn0";