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
···
internalInterfaces = [ "ve-vpn" ];
externalInterface =
if (config.networking.hostName == "lutea") then
-
"enp5s0"
else if (config.networking.hostName == "lily") then
"enp0s31f6"
else
···
internalInterfaces = [ "ve-vpn" ];
externalInterface =
if (config.networking.hostName == "lutea") then
+
"enp7s0"
else if (config.networking.hostName == "lily") then
"enp0s31f6"
else