Nix configurations for my homelab

update ethernet interface for vpn container

it changed for some reason, maybe because of the new gpu

yemou.pink dba0835f bfb2e53e

verified
Changed files
+1 -1
modules
+1 -1
modules/vpn-container.nix
··· 18 18 internalInterfaces = [ "ve-vpn" ]; 19 19 externalInterface = 20 20 if (config.networking.hostName == "lutea") then 21 - "enp5s0" 21 + "enp7s0" 22 22 else if (config.networking.hostName == "lily") then 23 23 "enp0s31f6" 24 24 else