1
0
Fork 0

Open port udp/24727 for AusweisApp

See:
https://github.com/NixOS/nixpkgs/issues/136269#issuecomment-909191258
This commit is contained in:
Jan Grosser 2024-08-16 23:00:54 +02:00
parent 046192aaa7
commit 6c98884964

View file

@ -181,7 +181,9 @@
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ 22 ];
# networking.firewall.allowedUDPPorts = [ ... ];
networking.firewall.allowedUDPPorts = [
24727 # Auto discovery for AusweisApp
];
# Or disable the firewall altogether.
# networking.firewall.enable = false;