fix: remove firewall configuration

This commit is contained in:
2026-02-04 21:14:36 -08:00
parent c85cf06186
commit 413f16fb6f

View File

@@ -65,10 +65,9 @@ in
}; };
}; };
networking.firewall = { # networking.firewall = {
allowedUDPPorts = [ 51820 ]; # allowedUDPPorts = [ 51820 ];
trustedInterfaces = [ "wg0" ]; # };
};
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"d /etc/wireguard 0700 root root -" "d /etc/wireguard 0700 root root -"