add port 22

This commit is contained in:
Leon Vita 2022-09-20 01:41:57 +01:00
parent 99f180f790
commit ad8d0b3364
1 changed files with 1 additions and 1 deletions

View File

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