aux: new network card

This commit is contained in:
Sebastien Bourdeauducq 2022-09-23 11:02:44 +08:00
parent 9bc617a019
commit 4f78630024
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{ config, pkgs, ... }:
let
netifWan = "enp0s26f7u3";
netifLan = "enp0s25";
netifWan = "enp0s25";
netifLan = "enp3s0";
netifWifi = "wlp1s0";
in
{