System Gen165 @ 2025-04-23-23:50:24

This commit is contained in:
2025-04-23 23:50:25 +02:00
parent 3cf3a6b0be
commit 171c5bf9c3
3 changed files with 11 additions and 11 deletions

View File

@@ -20,11 +20,8 @@ in {
};
config = lib.mkIf cfg.enable {
# Firewall and NAT configuration
# Firewall rule
networking.firewall.allowedUDPPorts = [cfg.port];
networking.nat.enable = true;
networking.nat.externalInterface = "eth0";
networking.nat.internalInterfaces = ["wg0"];
# Interface without internet routing
networking.wireguard.interfaces."wg0" = {