Open port udp/24727 for AusweisApp
See: https://github.com/NixOS/nixpkgs/issues/136269#issuecomment-909191258
This commit is contained in:
parent
046192aaa7
commit
6c98884964
1 changed files with 3 additions and 1 deletions
|
|
@ -181,7 +181,9 @@
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ 22 ];
|
# networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
networking.firewall.allowedUDPPorts = [
|
||||||
|
24727 # Auto discovery for AusweisApp
|
||||||
|
];
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue