From 58a0fbf5a548398dbda43587bf68db0355b7d845 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Fri, 29 Oct 2021 20:27:44 +0200 Subject: [PATCH] fix: open port for AusweisApp2 --- home-pc.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-pc.nix b/home-pc.nix index c716d85..0c20e3f 100644 --- a/home-pc.nix +++ b/home-pc.nix @@ -37,6 +37,9 @@ networking.firewall.allowedTCPPorts = [ 54950 # transmission ]; + networking.firewall.allowedUDPPorts = [ + 24727 # AusweisApp2 + ]; networking.hosts = { # force IPv4, see: https://github.com/transmission/transmission/issues/407 "87.98.162.88" = [ "portcheck.transmissionbt.com" ];