modified: hosts/server/configuration.nix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user