addin ssh key

This commit is contained in:
2023-11-22 20:41:34 +00:00
parent 49367ee00e
commit cad3637763
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@
}: {
virtualisation.docker.enable = true;
networking.firewall = {
allowedTCPPorts = [4646 4647 4648 8123 80 443];
allowedUDPPorts = [4646 4647 4648 8123 80 443];
allowedTCPPorts = [4646 4647 4648 8123 80 443 8443];
allowedUDPPorts = [4646 4647 4648 8123 80 443 8443];
};
#