fix: NIC moved

This commit is contained in:
Kyle Brown 2024-01-13 12:12:39 -08:00
parent 8ad4e9bb44
commit dfbe3023ec

View file

@ -7,7 +7,7 @@
}: let
networkInterface.eth =
if osConfig.networking.hostName == "planex"
then "enp6s0f0"
then "enp5s0f0"
else if osConfig.networking.hostName == "amy"
then "wlp2s0"
else "";