addin ssh key

This commit is contained in:
2023-11-22 14:28:49 +00:00
parent d1b441160b
commit 9e0957d0a8

View File

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