mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
Switch to the 4port intel NIC
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
328c8b472c
commit
dd50adb45f
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, secret, config, lib, ... }:
|
||||
with lib;
|
||||
let
|
||||
lan = "enp4s0";
|
||||
lan = "enp8s0f1";
|
||||
wan = "enp3s0";
|
||||
doVPN = "do_vpn0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue