open port 22 ssh for leoncloud

This commit is contained in:
Leon Vita 2022-09-06 20:55:07 +01:00
parent 2edb1343e9
commit 56bba61d7f
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 = [ ];
};