open port 22 ssh for leoncloud #58

Closed
leon wants to merge 1 commits from (deleted):leon-cloud into master
1 changed files with 1 additions and 1 deletions

View File

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