open port 22 ssh for leoncloud #58

Closed
leon wants to merge 1 commits from (deleted):leon-cloud into master

View File

@ -97,7 +97,7 @@ in
}; };
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ 80 443 ]; allowedTCPPorts = [ 22 80 443 ];
allowedUDPPorts = [ ]; allowedUDPPorts = [ ];
}; };