From 37bf91a57ae8f0b7e0bd47fb81a70f0375471291 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Sun, 13 Oct 2024 22:53:15 +0200 Subject: [PATCH] close wireguard port --- hosts/quitte/network.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/quitte/network.nix b/hosts/quitte/network.nix index e9a8a0f..7ec034d 100644 --- a/hosts/quitte/network.nix +++ b/hosts/quitte/network.nix @@ -15,7 +15,6 @@ firewall = { logRefusedConnections = false; - allowedUDPPorts = [ 10000 ]; }; };