update ethernet interface for vpn container
it changed for some reason, maybe because of the new gpu
yemou.pink 4 weeks ago dba0835f bfb2e53e
··· 18 18 internalInterfaces = [ "ve-vpn" ]; 19 19 externalInterface = 20 20 if (config.networking.hostName == "lutea") then 21 21 - "enp5s0" 21 21 + "enp7s0" 22 22 else if (config.networking.hostName == "lily") then 23 23 "enp0s31f6" 24 24 else