close unused UDP port

This commit is contained in:
gabriel-doriath-dohler 2021-11-13 23:54:30 +01:00
parent b3da6272e5
commit f8cc9879ef

View file

@ -22,5 +22,4 @@
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedUDPPorts = [ 80 443 ];
}