From 529535cffddba2a37a7ddc96166570fcae10cc8f Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Thu, 18 Dec 2025 12:22:59 +1000 Subject: [PATCH] modified: hosts/server/configuration.nix --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index a8612ff..b866553 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -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;