open ports

This commit is contained in:
Leon Vita 2022-08-20 05:55:46 +01:00
parent 26c22ea868
commit 5b23d68513
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ in
};
# networking.firewall = {
# allowedTCPPorts = [ ];
# allowedUDPPorts = [ ];
allowedTCPPorts = [ 5000 22 53 80 8080 777 ];
allowedUDPPorts = [ 5000 22 53 80 8080 777 ];
# };