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 = {
allowedUDPPorts = [ 51820 ];
trustedInterfaces = [ "wg0" ];
};
# networking.firewall = {
# allowedUDPPorts = [ 51820 ];
# };
systemd.tmpfiles.rules = [
"d /etc/wireguard 0700 root root -"