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
|
# NAT: lets LAN devices reply to the Pi without needing routes on the LAN router
|
||||||
networking.nat = {
|
networking.nat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
externalInterface = "ens18";
|
externalInterface = "enp0s18";
|
||||||
internalInterfaces = [ "wg0" ];
|
internalInterfaces = [ "wg0" ];
|
||||||
};
|
};
|
||||||
networking.enableIPv4Forwarding = true;
|
networking.enableIPv4Forwarding = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user