modified: hosts/server/configuration.nix

This commit is contained in:
2025-12-18 12:22:59 +10:00
parent aff4cf1c16
commit 529535cffd

View File

@@ -109,7 +109,7 @@ systemd.timers.backup = {
# NAT: lets LAN devices reply to the Pi without needing routes on the LAN router
networking.nat = {
enable = true;
externalInterface = "ens18";
externalInterface = "enp0s18";
internalInterfaces = [ "wg0" ];
};
networking.enableIPv4Forwarding = true;